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/.stats.yml b/.stats.yml index 3367948..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-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml -openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 +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/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 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