From cd23f7063b609144e7f984e2b5684cc1cd94d8f1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:09:41 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/onebusaway/types/trips_for_location_list_response.py | 2 +- src/onebusaway/types/trips_for_route_list_response.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 62a092e..3367948 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-4a35fd1e705bc2b75f44e2fd82144b95eeb56f329e4e05bbede7e6bc8adc479e.yml -openapi_spec_hash: bc73be5518578c9ad8e878b82c540691 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml +openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 config_hash: c28ddf5b7754155603d9fd1c5fcaeeff diff --git a/src/onebusaway/types/trips_for_location_list_response.py b/src/onebusaway/types/trips_for_location_list_response.py index 0c208d5..94e419a 100644 --- a/src/onebusaway/types/trips_for_location_list_response.py +++ b/src/onebusaway/types/trips_for_location_list_response.py @@ -169,7 +169,7 @@ class TripsForLocationListResponseDataListStatus(BaseModel): class TripsForLocationListResponseDataList(BaseModel): - schedule: TripsForLocationListResponseDataListSchedule + schedule: Optional[TripsForLocationListResponseDataListSchedule] = None status: TripsForLocationListResponseDataListStatus """Trip-specific status for the arriving transit vehicle.""" diff --git a/src/onebusaway/types/trips_for_route_list_response.py b/src/onebusaway/types/trips_for_route_list_response.py index b35f71a..f1c22b9 100644 --- a/src/onebusaway/types/trips_for_route_list_response.py +++ b/src/onebusaway/types/trips_for_route_list_response.py @@ -169,7 +169,7 @@ class TripsForRouteListResponseDataListStatus(BaseModel): class TripsForRouteListResponseDataList(BaseModel): - schedule: TripsForRouteListResponseDataListSchedule + schedule: Optional[TripsForRouteListResponseDataListSchedule] = None status: TripsForRouteListResponseDataListStatus """Trip-specific status for the arriving transit vehicle.""" From c6d46a3a88e392195296e9339532dd6dabac2020 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:10:06 +0000 Subject: [PATCH 2/2] release: 1.27.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 f3dbfd2..4eb8987 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.0" + ".": "1.27.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b67d469..5778c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Features + +* **api:** api update ([cd23f70](https://github.com/OneBusAway/python-sdk/commit/cd23f7063b609144e7f984e2b5684cc1cd94d8f1)) + ## 1.26.0 (2026-05-20) Full Changelog: [v1.25.2...v1.26.0](https://github.com/OneBusAway/python-sdk/compare/v1.25.2...v1.26.0) diff --git a/pyproject.toml b/pyproject.toml index 33a1a39..93ea5c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onebusaway" -version = "1.26.0" +version = "1.27.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 32a985f..946973c 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.26.0" # x-release-please-version +__version__ = "1.27.0" # x-release-please-version