onebusaway 1.17.3__tar.gz → 1.17.5__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.17.5/.release-please-manifest.json +3 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/CHANGELOG.md +16 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/PKG-INFO +1 -1
- {onebusaway-1.17.3 → onebusaway-1.17.5}/pyproject.toml +5 -1
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_version.py +1 -1
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_routes_for_agency.py +6 -6
- onebusaway-1.17.3/.release-please-manifest.json +0 -3
- {onebusaway-1.17.3 → onebusaway-1.17.5}/.gitignore +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/CONTRIBUTING.md +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/LICENSE +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/README.md +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/SECURITY.md +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/api.md +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/bin/check-release-environment +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/bin/publish-pypi +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/.env.example +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/.keep +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/README.md +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/agencies_with_coverage.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/arrivals_and_departures_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/block.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/config.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/current_time.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/helpers/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/helpers/load_env.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/routes_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/routes_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/schedule_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/schedule_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/search_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/search_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/shape.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/stop_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/stop_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/stops_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/trip.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/trip_details.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/examples/vehicles_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/noxfile.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/release-please-config.json +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/requirements-dev.lock +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/requirements.lock +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_base_client.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_client.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_compat.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_constants.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_exceptions.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_files.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_models.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_qs.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_resource.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_streaming.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_types.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_compat.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_datetime_parse.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_logs.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_proxy.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_reflection.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_resources_proxy.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_streams.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_sync.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_transform.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_typing.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/_utils/_utils.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/lib/.keep +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/py.typed +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/agencies_with_coverage.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/arrival_and_departure.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/block.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/config.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/current_time.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/report_problem_with_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/report_problem_with_trip.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/route_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/routes_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/routes_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/schedule_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/schedule_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/search_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/search_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/shape.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/stop_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/stops_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/stops_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/stops_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/trip.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/trip_details.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/trip_for_vehicle.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/trips_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/trips_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/vehicles_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/agencies_with_coverage_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/agency_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/arrival_and_departure_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/arrival_and_departure_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/arrival_and_departure_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/arrival_and_departure_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/block_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/config_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/current_time_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/report_problem_with_stop_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/report_problem_with_trip_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/route_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/route_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_agency_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_location_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_location_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_route_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_route_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/shape_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/shared/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/shared/references.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/shared/response_wrapper.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stop_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stop_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_agency_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_location_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_location_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_route_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_route_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_detail_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_detail_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_retrieve_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_location_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_location_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_route_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_route_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/vehicles_for_agency_list_params.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/vehicles_for_agency_list_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/src/open_transit/lib/.keep +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/__init__.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_agencies_with_coverage.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_arrival_and_departure.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_block.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_config.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_current_time.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_report_problem_with_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_report_problem_with_trip.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_route_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_routes_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_schedule_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_schedule_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_search_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_search_for_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_shape.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_stop.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_stop_ids_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_stops_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_stops_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_stops_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_trip.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_trip_details.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_trip_for_vehicle.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_trips_for_location.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_trips_for_route.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/api_resources/test_vehicles_for_agency.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/conftest.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/sample_file.txt +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_client.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_deepcopy.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_extract_files.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_files.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_models.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_qs.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_required_args.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_response.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_streaming.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_transform.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_utils/test_datetime_parse.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_utils/test_proxy.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/test_utils/test_typing.py +0 -0
- {onebusaway-1.17.3 → onebusaway-1.17.5}/tests/utils.py +0 -0
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.17.5 (2025-10-11)
|
4
|
+
|
5
|
+
Full Changelog: [v1.17.4...v1.17.5](https://github.com/OneBusAway/python-sdk/compare/v1.17.4...v1.17.5)
|
6
|
+
|
7
|
+
### Chores
|
8
|
+
|
9
|
+
* **internal:** detect missing future annotations with ruff ([9807d04](https://github.com/OneBusAway/python-sdk/commit/9807d04636cb4e62fcd4d825d1c43718d91618ec))
|
10
|
+
|
11
|
+
## 1.17.4 (2025-09-23)
|
12
|
+
|
13
|
+
Full Changelog: [v1.17.3...v1.17.4](https://github.com/OneBusAway/python-sdk/compare/v1.17.3...v1.17.4)
|
14
|
+
|
15
|
+
### Chores
|
16
|
+
|
17
|
+
* improve example values ([7a14d29](https://github.com/OneBusAway/python-sdk/commit/7a14d29ad55a4bf845d71ea5aee8ae00a4ed3cdc))
|
18
|
+
|
3
19
|
## 1.17.3 (2025-09-20)
|
4
20
|
|
5
21
|
Full Changelog: [v1.17.2...v1.17.3](https://github.com/OneBusAway/python-sdk/compare/v1.17.2...v1.17.3)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: onebusaway
|
3
|
-
Version: 1.17.
|
3
|
+
Version: 1.17.5
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "onebusaway"
|
3
|
-
version = "1.17.
|
3
|
+
version = "1.17.5"
|
4
4
|
description = "The official Python library for the onebusaway-sdk API"
|
5
5
|
dynamic = ["readme"]
|
6
6
|
license = "Apache-2.0"
|
@@ -224,6 +224,8 @@ select = [
|
|
224
224
|
"B",
|
225
225
|
# remove unused imports
|
226
226
|
"F401",
|
227
|
+
# check for missing future annotations
|
228
|
+
"FA102",
|
227
229
|
# bare except statements
|
228
230
|
"E722",
|
229
231
|
# unused arguments
|
@@ -246,6 +248,8 @@ unfixable = [
|
|
246
248
|
"T203",
|
247
249
|
]
|
248
250
|
|
251
|
+
extend-safe-fixes = ["FA102"]
|
252
|
+
|
249
253
|
[tool.ruff.lint.flake8-tidy-imports.banned-api]
|
250
254
|
"functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
|
251
255
|
|
@@ -20,14 +20,14 @@ class TestRoutesForAgency:
|
|
20
20
|
@parametrize
|
21
21
|
def test_method_list(self, client: OnebusawaySDK) -> None:
|
22
22
|
routes_for_agency = client.routes_for_agency.list(
|
23
|
-
"
|
23
|
+
"40",
|
24
24
|
)
|
25
25
|
assert_matches_type(RoutesForAgencyListResponse, routes_for_agency, path=["response"])
|
26
26
|
|
27
27
|
@parametrize
|
28
28
|
def test_raw_response_list(self, client: OnebusawaySDK) -> None:
|
29
29
|
response = client.routes_for_agency.with_raw_response.list(
|
30
|
-
"
|
30
|
+
"40",
|
31
31
|
)
|
32
32
|
|
33
33
|
assert response.is_closed is True
|
@@ -38,7 +38,7 @@ class TestRoutesForAgency:
|
|
38
38
|
@parametrize
|
39
39
|
def test_streaming_response_list(self, client: OnebusawaySDK) -> None:
|
40
40
|
with client.routes_for_agency.with_streaming_response.list(
|
41
|
-
"
|
41
|
+
"40",
|
42
42
|
) as response:
|
43
43
|
assert not response.is_closed
|
44
44
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -64,14 +64,14 @@ class TestAsyncRoutesForAgency:
|
|
64
64
|
@parametrize
|
65
65
|
async def test_method_list(self, async_client: AsyncOnebusawaySDK) -> None:
|
66
66
|
routes_for_agency = await async_client.routes_for_agency.list(
|
67
|
-
"
|
67
|
+
"40",
|
68
68
|
)
|
69
69
|
assert_matches_type(RoutesForAgencyListResponse, routes_for_agency, path=["response"])
|
70
70
|
|
71
71
|
@parametrize
|
72
72
|
async def test_raw_response_list(self, async_client: AsyncOnebusawaySDK) -> None:
|
73
73
|
response = await async_client.routes_for_agency.with_raw_response.list(
|
74
|
-
"
|
74
|
+
"40",
|
75
75
|
)
|
76
76
|
|
77
77
|
assert response.is_closed is True
|
@@ -82,7 +82,7 @@ class TestAsyncRoutesForAgency:
|
|
82
82
|
@parametrize
|
83
83
|
async def test_streaming_response_list(self, async_client: AsyncOnebusawaySDK) -> None:
|
84
84
|
async with async_client.routes_for_agency.with_streaming_response.list(
|
85
|
-
"
|
85
|
+
"40",
|
86
86
|
) as response:
|
87
87
|
assert not response.is_closed
|
88
88
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
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
|
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/resources/report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/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.17.3 → onebusaway-1.17.5}/src/onebusaway/types/agencies_with_coverage_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/arrival_and_departure_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/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.17.3 → onebusaway-1.17.5}/src/onebusaway/types/current_time_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/route_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/routes_for_location_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_route_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/schedule_for_stop_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_route_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/search_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/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.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stop_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/stops_for_route_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_detail_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/trips_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/src/onebusaway/types/vehicles_for_agency_list_params.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/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.17.3 → onebusaway-1.17.5}/tests/api_resources/test_report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.17.3 → onebusaway-1.17.5}/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
|