Skip to content

Commit 3945a8d

Browse files
release: 1.9.0
1 parent c0050dc commit 3945a8d

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.6"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 1.9.0 (2025-05-15)
4+
5+
Full Changelog: [v1.8.6...v1.9.0](https://github.com/OneBusAway/python-sdk/compare/v1.8.6...v1.9.0)
6+
7+
### Features
8+
9+
* **client:** support digest authentication ([a25538d](https://github.com/OneBusAway/python-sdk/commit/a25538d18ac2ac8290b36c8c343e338a903322dd))
10+
11+
12+
### Bug Fixes
13+
14+
* **pydantic v1:** more robust ModelField.annotation check ([288619b](https://github.com/OneBusAway/python-sdk/commit/288619b9d52623593c58671ae05630dfc471b4b1))
15+
16+
17+
### Chores
18+
19+
* **ci:** add timeout thresholds for CI jobs ([4e28ec8](https://github.com/OneBusAway/python-sdk/commit/4e28ec83354b639c25e2d3b5b861ff1120282c82))
20+
* **ci:** only use depot for staging repos ([d263678](https://github.com/OneBusAway/python-sdk/commit/d263678f5097477ee59d2848d2d71232eb63b9be))
21+
* **client:** minor internal fixes ([fa30df7](https://github.com/OneBusAway/python-sdk/commit/fa30df71bd95656381bea7fea573a1edba600317))
22+
* **internal:** base client updates ([0573875](https://github.com/OneBusAway/python-sdk/commit/0573875ce38e91c1d4d4fe40990c2a67c1233755))
23+
* **internal:** bump pyright version ([c1e9fa7](https://github.com/OneBusAway/python-sdk/commit/c1e9fa7703a157534f210f5db957db249670d019))
24+
* **internal:** codegen related update ([1941f7e](https://github.com/OneBusAway/python-sdk/commit/1941f7ef3981614cc4430fdad76372ce1a9e637f))
25+
* **internal:** fix list file params ([e9f7e43](https://github.com/OneBusAway/python-sdk/commit/e9f7e4363bbd961380a2c7aa174eb40702c4665d))
26+
* **internal:** import reformatting ([45eb685](https://github.com/OneBusAway/python-sdk/commit/45eb68557d8a80314eef964d8cbe0ea74828541b))
27+
* **internal:** minor formatting changes ([a9a2885](https://github.com/OneBusAway/python-sdk/commit/a9a2885ad8cb5f2c25e70902474f78ffb750963e))
28+
* **internal:** refactor retries to not use recursion ([2054b65](https://github.com/OneBusAway/python-sdk/commit/2054b6501dc27c4a1cc31ff1daa765a6dfacc4bb))
29+
* **internal:** update models test ([a77cb90](https://github.com/OneBusAway/python-sdk/commit/a77cb90730f91d01486ffb12adda854abdf320b0))
30+
* **internal:** update pyright settings ([40b2eed](https://github.com/OneBusAway/python-sdk/commit/40b2eed8f31eef7ca1e64f1e84be7a2183ebfda7))
31+
332
## 1.8.6 (2025-05-15)
433

534
Full Changelog: [v1.8.5...v1.8.6](https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onebusaway"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
description = "The official Python library for the onebusaway-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/onebusaway/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "onebusaway"
4-
__version__ = "1.8.6" # x-release-please-version
4+
__version__ = "1.9.0" # x-release-please-version

0 commit comments

Comments
 (0)