onebusaway 1.13.4__tar.gz → 1.13.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.13.5/.release-please-manifest.json +3 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/CHANGELOG.md +13 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/PKG-INFO +4 -3
- {onebusaway-1.13.4 → onebusaway-1.13.5}/README.md +2 -1
- {onebusaway-1.13.4 → onebusaway-1.13.5}/pyproject.toml +2 -2
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_base_client.py +9 -2
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_version.py +1 -1
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_client.py +2 -2
- onebusaway-1.13.4/.release-please-manifest.json +0 -3
- {onebusaway-1.13.4 → onebusaway-1.13.5}/.gitignore +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/CONTRIBUTING.md +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/LICENSE +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/SECURITY.md +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/api.md +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/bin/check-release-environment +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/bin/publish-pypi +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/.env.example +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/.keep +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/README.md +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/agencies_with_coverage.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/arrivals_and_departures_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/block.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/config.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/current_time.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/helpers/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/helpers/load_env.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/routes_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/routes_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/schedule_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/schedule_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/search_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/search_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/shape.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/stop_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/stops_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/trip.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/trip_details.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/examples/vehicles_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/mypy.ini +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/noxfile.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/release-please-config.json +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/requirements-dev.lock +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/requirements.lock +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_client.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_compat.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_constants.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_exceptions.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_files.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_models.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_qs.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_resource.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_streaming.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_types.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_logs.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_proxy.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_reflection.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_resources_proxy.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_streams.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_sync.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_transform.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_typing.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/_utils/_utils.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/lib/.keep +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/py.typed +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/agencies_with_coverage.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/arrival_and_departure.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/block.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/config.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/current_time.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/report_problem_with_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/report_problem_with_trip.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/route_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/routes_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/routes_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/schedule_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/schedule_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/search_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/search_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/shape.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/stops_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/stops_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/stops_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/trip.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/trip_details.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/trip_for_vehicle.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/trips_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/trips_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/resources/vehicles_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/agencies_with_coverage_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/agency_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/arrival_and_departure_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/arrival_and_departure_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/arrival_and_departure_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/arrival_and_departure_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/block_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/config_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/current_time_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/report_problem_with_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/report_problem_with_trip_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/route_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/route_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_agency_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_location_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_location_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_route_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_route_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/shape_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/shared/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/shared/references.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/shared/response_wrapper.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stop_ids_for_agency_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stop_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_agency_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_location_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_location_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_route_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_route_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_detail_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_detail_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_retrieve_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_location_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_location_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_route_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_route_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/vehicles_for_agency_list_params.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/vehicles_for_agency_list_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/src/open_transit/lib/.keep +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/__init__.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_agencies_with_coverage.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_arrival_and_departure.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_block.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_config.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_current_time.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_report_problem_with_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_report_problem_with_trip.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_route_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_routes_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_routes_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_schedule_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_schedule_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_search_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_search_for_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_shape.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_stop.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_stop_ids_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_stops_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_stops_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_stops_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_trip.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_trip_details.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_trip_for_vehicle.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_trips_for_location.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_trips_for_route.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/api_resources/test_vehicles_for_agency.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/conftest.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/sample_file.txt +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_deepcopy.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_extract_files.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_files.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_models.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_qs.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_required_args.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_response.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_streaming.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_transform.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_utils/test_proxy.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/test_utils/test_typing.py +0 -0
- {onebusaway-1.13.4 → onebusaway-1.13.5}/tests/utils.py +0 -0
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.13.5 (2025-07-12)
|
4
|
+
|
5
|
+
Full Changelog: [v1.13.4...v1.13.5](https://github.com/OneBusAway/python-sdk/compare/v1.13.4...v1.13.5)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
* **client:** don't send Content-Type header on GET requests ([935e2d2](https://github.com/OneBusAway/python-sdk/commit/935e2d25ec8736de5b30d7653c2e85fd5620a45d))
|
10
|
+
|
11
|
+
|
12
|
+
### Chores
|
13
|
+
|
14
|
+
* **readme:** fix version rendering on pypi ([e29e75d](https://github.com/OneBusAway/python-sdk/commit/e29e75dcc69ffc9b0c434cf556cfa9b5b374d7a4))
|
15
|
+
|
3
16
|
## 1.13.4 (2025-07-10)
|
4
17
|
|
5
18
|
Full Changelog: [v1.13.3...v1.13.4](https://github.com/OneBusAway/python-sdk/compare/v1.13.3...v1.13.4)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: onebusaway
|
3
|
-
Version: 1.13.
|
3
|
+
Version: 1.13.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
|
@@ -30,12 +30,13 @@ Requires-Dist: sniffio
|
|
30
30
|
Requires-Dist: typing-extensions<5,>=4.10
|
31
31
|
Provides-Extra: aiohttp
|
32
32
|
Requires-Dist: aiohttp; extra == 'aiohttp'
|
33
|
-
Requires-Dist: httpx-aiohttp>=0.1.
|
33
|
+
Requires-Dist: httpx-aiohttp>=0.1.8; extra == 'aiohttp'
|
34
34
|
Description-Content-Type: text/markdown
|
35
35
|
|
36
36
|
# OneBusAway SDK Python API library
|
37
37
|
|
38
|
-
|
38
|
+
<!-- prettier-ignore -->
|
39
|
+
[)](https://pypi.org/project/onebusaway/)
|
39
40
|
|
40
41
|
|
41
42
|
The Onebusaway SDK Python library provides convenient access to the Onebusaway SDK REST API from any Python 3.8+
|
@@ -1,6 +1,7 @@
|
|
1
1
|
# OneBusAway SDK Python API library
|
2
2
|
|
3
|
-
|
3
|
+
<!-- prettier-ignore -->
|
4
|
+
[)](https://pypi.org/project/onebusaway/)
|
4
5
|
|
5
6
|
|
6
7
|
The Onebusaway SDK Python library provides convenient access to the Onebusaway SDK REST API from any Python 3.8+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "onebusaway"
|
3
|
-
version = "1.13.
|
3
|
+
version = "1.13.5"
|
4
4
|
description = "The official Python library for the onebusaway-sdk API"
|
5
5
|
dynamic = ["readme"]
|
6
6
|
license = "Apache-2.0"
|
@@ -39,7 +39,7 @@ Homepage = "https://github.com/OneBusAway/python-sdk"
|
|
39
39
|
Repository = "https://github.com/OneBusAway/python-sdk"
|
40
40
|
|
41
41
|
[project.optional-dependencies]
|
42
|
-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.
|
42
|
+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
|
43
43
|
|
44
44
|
[tool.rye]
|
45
45
|
managed = true
|
@@ -529,6 +529,15 @@ class BaseClient(Generic[_HttpxClientT, _DefaultStreamT]):
|
|
529
529
|
# work around https://github.com/encode/httpx/discussions/2880
|
530
530
|
kwargs["extensions"] = {"sni_hostname": prepared_url.host.replace("_", "-")}
|
531
531
|
|
532
|
+
is_body_allowed = options.method.lower() != "get"
|
533
|
+
|
534
|
+
if is_body_allowed:
|
535
|
+
kwargs["json"] = json_data if is_given(json_data) else None
|
536
|
+
kwargs["files"] = files
|
537
|
+
else:
|
538
|
+
headers.pop("Content-Type", None)
|
539
|
+
kwargs.pop("data", None)
|
540
|
+
|
532
541
|
# TODO: report this error to httpx
|
533
542
|
return self._client.build_request( # pyright: ignore[reportUnknownMemberType]
|
534
543
|
headers=headers,
|
@@ -540,8 +549,6 @@ class BaseClient(Generic[_HttpxClientT, _DefaultStreamT]):
|
|
540
549
|
# so that passing a `TypedDict` doesn't cause an error.
|
541
550
|
# https://github.com/microsoft/pyright/issues/3526#event-6715453066
|
542
551
|
params=self.qs.stringify(cast(Mapping[str, Any], params)) if params else None,
|
543
|
-
json=json_data if is_given(json_data) else None,
|
544
|
-
files=files,
|
545
552
|
**kwargs,
|
546
553
|
)
|
547
554
|
|
@@ -455,7 +455,7 @@ class TestOnebusawaySDK:
|
|
455
455
|
def test_multipart_repeating_array(self, client: OnebusawaySDK) -> None:
|
456
456
|
request = client._build_request(
|
457
457
|
FinalRequestOptions.construct(
|
458
|
-
method="
|
458
|
+
method="post",
|
459
459
|
url="/foo",
|
460
460
|
headers={"Content-Type": "multipart/form-data; boundary=6b7ba517decee4a450543ea6ae821c82"},
|
461
461
|
json_data={"array": ["foo", "bar"]},
|
@@ -1258,7 +1258,7 @@ class TestAsyncOnebusawaySDK:
|
|
1258
1258
|
def test_multipart_repeating_array(self, async_client: AsyncOnebusawaySDK) -> None:
|
1259
1259
|
request = async_client._build_request(
|
1260
1260
|
FinalRequestOptions.construct(
|
1261
|
-
method="
|
1261
|
+
method="post",
|
1262
1262
|
url="/foo",
|
1263
1263
|
headers={"Content-Type": "multipart/form-data; boundary=6b7ba517decee4a450543ea6ae821c82"},
|
1264
1264
|
json_data={"array": ["foo", "bar"]},
|
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.4 → onebusaway-1.13.5}/src/onebusaway/resources/report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.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.13.4 → onebusaway-1.13.5}/src/onebusaway/types/agencies_with_coverage_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/arrival_and_departure_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.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.13.4 → onebusaway-1.13.5}/src/onebusaway/types/current_time_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/route_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/routes_for_location_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_route_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/schedule_for_stop_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_route_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/search_for_stop_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.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.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stop_ids_for_agency_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_agency_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/stops_for_route_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_detail_retrieve_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_for_vehicle_retrieve_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trip_for_vehicle_retrieve_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_location_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_location_list_response.py
RENAMED
File without changes
|
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/trips_for_route_list_response.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.5}/src/onebusaway/types/vehicles_for_agency_list_params.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.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.13.4 → onebusaway-1.13.5}/tests/api_resources/test_report_problem_with_stop.py
RENAMED
File without changes
|
{onebusaway-1.13.4 → onebusaway-1.13.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
|