Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.27.0"
".": "1.28.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/onebusaway/_version.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/onebusaway/resources/trips_for_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/onebusaway/types/trips_for_location_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down