onebusaway 1.13.1__tar.gz → 1.13.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- onebusaway-1.13.3/.release-please-manifest.json +3 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/CHANGELOG.md +17 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/PKG-INFO +2 -1
- {onebusaway-1.13.1 → onebusaway-1.13.3}/pyproject.toml +2 -1
- {onebusaway-1.13.1 → onebusaway-1.13.3}/requirements-dev.lock +3 -3
- {onebusaway-1.13.1 → onebusaway-1.13.3}/requirements.lock +3 -3
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_version.py +1 -1
- onebusaway-1.13.1/.release-please-manifest.json +0 -3
- {onebusaway-1.13.1 → onebusaway-1.13.3}/.gitignore +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/CONTRIBUTING.md +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/LICENSE +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/README.md +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/SECURITY.md +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/api.md +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/bin/check-release-environment +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/bin/publish-pypi +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/.env.example +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/.keep +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/README.md +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/agencies_with_coverage.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/arrivals_and_departures_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/block.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/config.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/current_time.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/helpers/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/helpers/load_env.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/routes_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/routes_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/schedule_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/schedule_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/search_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/search_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/shape.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/stop_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/stops_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/trip.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/trip_details.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/examples/vehicles_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/mypy.ini +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/noxfile.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/release-please-config.json +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_base_client.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_client.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_compat.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_constants.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_exceptions.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_files.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_models.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_qs.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_resource.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_streaming.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_types.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_logs.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_proxy.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_reflection.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_resources_proxy.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_streams.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_sync.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_transform.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_typing.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/_utils/_utils.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/lib/.keep +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/py.typed +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/agencies_with_coverage.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/arrival_and_departure.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/block.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/config.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/current_time.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/report_problem_with_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/report_problem_with_trip.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/route_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/routes_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/routes_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/schedule_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/schedule_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/search_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/search_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/shape.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/stops_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/stops_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/stops_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/trip.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/trip_details.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/trip_for_vehicle.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/trips_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/trips_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/vehicles_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/agencies_with_coverage_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/agency_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/block_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/config_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/current_time_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/report_problem_with_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/report_problem_with_trip_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/route_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/route_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_agency_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_location_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_location_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_route_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_route_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/shape_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/shared/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/shared/references.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/shared/response_wrapper.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stop_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stop_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_agency_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_location_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_location_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_route_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_route_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_detail_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_detail_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_retrieve_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_location_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_location_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_route_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_route_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/vehicles_for_agency_list_params.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/vehicles_for_agency_list_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/src/open_transit/lib/.keep +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/__init__.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_agencies_with_coverage.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_arrival_and_departure.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_block.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_config.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_current_time.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_report_problem_with_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_report_problem_with_trip.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_route_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_routes_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_routes_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_schedule_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_schedule_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_search_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_search_for_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_shape.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_stop.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_stops_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_stops_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_stops_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_trip.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_trip_details.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_trip_for_vehicle.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_trips_for_location.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_trips_for_route.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_vehicles_for_agency.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/conftest.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/sample_file.txt +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_client.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_deepcopy.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_extract_files.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_files.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_models.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_qs.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_required_args.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_response.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_streaming.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_transform.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_utils/test_proxy.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/test_utils/test_typing.py +0 -0
- {onebusaway-1.13.1 → onebusaway-1.13.3}/tests/utils.py +0 -0
@@ -1,5 +1,22 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.13.3 (2025-07-09)
|
4
|
+
|
5
|
+
Full Changelog: [v1.13.2...v1.13.3](https://github.com/OneBusAway/python-sdk/compare/v1.13.2...v1.13.3)
|
6
|
+
|
7
|
+
### Chores
|
8
|
+
|
9
|
+
* **internal:** bump pinned h11 dep ([495b65d](https://github.com/OneBusAway/python-sdk/commit/495b65dad98321a877258bdd87872357c245f9cf))
|
10
|
+
* **package:** mark python 3.13 as supported ([404807c](https://github.com/OneBusAway/python-sdk/commit/404807c5890115889c90bc1236f9ca0b57a426c8))
|
11
|
+
|
12
|
+
## 1.13.2 (2025-07-05)
|
13
|
+
|
14
|
+
Full Changelog: [v1.13.1...v1.13.2](https://github.com/OneBusAway/python-sdk/compare/v1.13.1...v1.13.2)
|
15
|
+
|
16
|
+
### Chores
|
17
|
+
|
18
|
+
* **internal:** version bump ([b017c04](https://github.com/OneBusAway/python-sdk/commit/b017c04d3b411ec13e528851f32c850839c3274d))
|
19
|
+
|
3
20
|
## 1.13.1 (2025-07-02)
|
4
21
|
|
5
22
|
Full Changelog: [v1.13.0...v1.13.1](https://github.com/OneBusAway/python-sdk/compare/v1.13.0...v1.13.1)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: onebusaway
|
3
|
-
Version: 1.13.
|
3
|
+
Version: 1.13.3
|
4
4
|
Summary: The official Python library for the onebusaway-sdk API
|
5
5
|
Project-URL: Homepage, https://github.com/OneBusAway/python-sdk
|
6
6
|
Project-URL: Repository, https://github.com/OneBusAway/python-sdk
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
21
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
22
23
|
Classifier: Typing :: Typed
|
23
24
|
Requires-Python: >=3.8
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "onebusaway"
|
3
|
-
version = "1.13.
|
3
|
+
version = "1.13.3"
|
4
4
|
description = "The official Python library for the onebusaway-sdk API"
|
5
5
|
dynamic = ["readme"]
|
6
6
|
license = "Apache-2.0"
|
@@ -24,6 +24,7 @@ classifiers = [
|
|
24
24
|
"Programming Language :: Python :: 3.10",
|
25
25
|
"Programming Language :: Python :: 3.11",
|
26
26
|
"Programming Language :: Python :: 3.12",
|
27
|
+
"Programming Language :: Python :: 3.13",
|
27
28
|
"Operating System :: OS Independent",
|
28
29
|
"Operating System :: POSIX",
|
29
30
|
"Operating System :: MacOS",
|
@@ -48,15 +48,15 @@ filelock==3.12.4
|
|
48
48
|
frozenlist==1.6.2
|
49
49
|
# via aiohttp
|
50
50
|
# via aiosignal
|
51
|
-
h11==0.
|
51
|
+
h11==0.16.0
|
52
52
|
# via httpcore
|
53
|
-
httpcore==1.0.
|
53
|
+
httpcore==1.0.9
|
54
54
|
# via httpx
|
55
55
|
httpx==0.28.1
|
56
56
|
# via httpx-aiohttp
|
57
57
|
# via onebusaway
|
58
58
|
# via respx
|
59
|
-
httpx-aiohttp==0.1.
|
59
|
+
httpx-aiohttp==0.1.8
|
60
60
|
# via onebusaway
|
61
61
|
idna==3.4
|
62
62
|
# via anyio
|
@@ -36,14 +36,14 @@ exceptiongroup==1.2.2
|
|
36
36
|
frozenlist==1.6.2
|
37
37
|
# via aiohttp
|
38
38
|
# via aiosignal
|
39
|
-
h11==0.
|
39
|
+
h11==0.16.0
|
40
40
|
# via httpcore
|
41
|
-
httpcore==1.0.
|
41
|
+
httpcore==1.0.9
|
42
42
|
# via httpx
|
43
43
|
httpx==0.28.1
|
44
44
|
# via httpx-aiohttp
|
45
45
|
# via onebusaway
|
46
|
-
httpx-aiohttp==0.1.
|
46
|
+
httpx-aiohttp==0.1.8
|
47
47
|
# via onebusaway
|
48
48
|
idna==3.4
|
49
49
|
# via anyio
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/resources/report_problem_with_trip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/agencies_with_coverage_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/arrival_and_departure_list_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/current_time_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/route_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/routes_for_location_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_route_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/schedule_for_stop_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_route_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/search_for_stop_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stop_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/stops_for_route_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_detail_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/trips_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/vehicles_for_agency_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/src/onebusaway/types/vehicles_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.13.1 → onebusaway-1.13.3}/tests/api_resources/test_report_problem_with_trip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|