From 0a9b7743b732e2b7d8102a39b013279a959bd33d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 06:31:03 +0000 Subject: [PATCH 1/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 3367948..c36cce3 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 30 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-dee931967ba2ef46e7c8172181c5e92a5555eb0e39ac972540c2c7f9afa5a4f3.yml openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 -config_hash: c28ddf5b7754155603d9fd1c5fcaeeff +config_hash: 90ead07431e6975682fbca7c92b7e14d From 0d1267f8df598e640c9f5e23f2d7e6d496ffb13d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 06:31:26 +0000 Subject: [PATCH 2/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index c36cce3..a3a2c77 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 30 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-dee931967ba2ef46e7c8172181c5e92a5555eb0e39ac972540c2c7f9afa5a4f3.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-49611a380a238e29ad714c2f6d66a35ada42e3931d2aad2839afd1f13b585de1.yml openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 -config_hash: 90ead07431e6975682fbca7c92b7e14d +config_hash: ff7ff57d4c7f9c3f7a4f9bae39aa00e3 From 43508500388be040d86b690fe61d79b579a2037c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:19:42 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 6 +++--- src/onebusaway/resources/trips_for_location.py | 4 ++-- src/onebusaway/types/trips_for_location_list_params.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index a3a2c77..5a00449 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 30 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-49611a380a238e29ad714c2f6d66a35ada42e3931d2aad2839afd1f13b585de1.yml -openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 -config_hash: ff7ff57d4c7f9c3f7a4f9bae39aa00e3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml +openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97 +config_hash: c28ddf5b7754155603d9fd1c5fcaeeff diff --git a/src/onebusaway/resources/trips_for_location.py b/src/onebusaway/resources/trips_for_location.py index 19b13db..a8f5778 100644 --- a/src/onebusaway/resources/trips_for_location.py +++ b/src/onebusaway/resources/trips_for_location.py @@ -74,7 +74,7 @@ def list( to false. include_trip: Whether to include full trip elements in the references section. Defaults to - false. + true. time: Specific time for the query. Defaults to the current time. @@ -163,7 +163,7 @@ async def list( to false. include_trip: Whether to include full trip elements in the references section. Defaults to - false. + true. time: Specific time for the query. Defaults to the current time. diff --git a/src/onebusaway/types/trips_for_location_list_params.py b/src/onebusaway/types/trips_for_location_list_params.py index 69a9186..0fc08b8 100644 --- a/src/onebusaway/types/trips_for_location_list_params.py +++ b/src/onebusaway/types/trips_for_location_list_params.py @@ -31,7 +31,7 @@ class TripsForLocationListParams(TypedDict, total=False): include_trip: Annotated[bool, PropertyInfo(alias="includeTrip")] """Whether to include full trip elements in the references section. - Defaults to false. + Defaults to true. """ time: int From 98fc1ae3d7477cb8143dcfe50633722df42c51c4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:20:07 +0000 Subject: [PATCH 4/4] release: 1.28.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/onebusaway/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4eb8987..31d8238 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.0" + ".": "1.28.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5778c75..f96750d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.28.0 (2026-07-09) + +Full Changelog: [v1.27.0...v1.28.0](https://github.com/OneBusAway/python-sdk/compare/v1.27.0...v1.28.0) + +### Features + +* **api:** api update ([4350850](https://github.com/OneBusAway/python-sdk/commit/43508500388be040d86b690fe61d79b579a2037c)) + ## 1.27.0 (2026-06-01) Full Changelog: [v1.26.0...v1.27.0](https://github.com/OneBusAway/python-sdk/compare/v1.26.0...v1.27.0) diff --git a/pyproject.toml b/pyproject.toml index 93ea5c9..d1fb040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onebusaway" -version = "1.27.0" +version = "1.28.0" description = "The official Python library for the onebusaway-sdk API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/onebusaway/_version.py b/src/onebusaway/_version.py index 946973c..fd2c2ba 100644 --- a/src/onebusaway/_version.py +++ b/src/onebusaway/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "onebusaway" -__version__ = "1.27.0" # x-release-please-version +__version__ = "1.28.0" # x-release-please-version