Skip to content

Commit 1022ea2

Browse files
release: 1.9.0
1 parent 868ef99 commit 1022ea2

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
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 ([868ef99](https://github.com/OneBusAway/python-sdk/commit/868ef99eaf83291b45775c524e86b47daf67645e))
10+
* **client:** support digest authentication ([3c5f25e](https://github.com/OneBusAway/python-sdk/commit/3c5f25e9882aaf27656f1697719127412e62f916))
11+
12+
13+
### Bug Fixes
14+
15+
* **pydantic v1:** more robust ModelField.annotation check ([ce57155](https://github.com/OneBusAway/python-sdk/commit/ce571556b868dd873536d428d320da780ea0b39b))
16+
17+
18+
### Chores
19+
20+
* broadly detect json family of content-type headers ([729c07a](https://github.com/OneBusAway/python-sdk/commit/729c07a4f7a3764da47d1f2834c104b1baeaadb1))
21+
* **ci:** add timeout thresholds for CI jobs ([1e875d6](https://github.com/OneBusAway/python-sdk/commit/1e875d648b21caf1948e211ae4f4f3a2dd73424c))
22+
* **ci:** only use depot for staging repos ([f704a7a](https://github.com/OneBusAway/python-sdk/commit/f704a7a4e42e6b3afed4790745cc6775e398c487))
23+
* **client:** minor internal fixes ([57a0951](https://github.com/OneBusAway/python-sdk/commit/57a0951c81d0ace5c8dd08f1f9cbfadb4367ce53))
24+
* formatting ([3a1f625](https://github.com/OneBusAway/python-sdk/commit/3a1f6255316b831eec27a42deecfd7a51d55bb24))
25+
* **internal:** base client updates ([16da581](https://github.com/OneBusAway/python-sdk/commit/16da5818e05456c61e7eff462a0e5eb1f0a0786f))
26+
* **internal:** bump pyright version ([9710ac8](https://github.com/OneBusAway/python-sdk/commit/9710ac82da11efce69e6a70d8380e78f09b6a500))
27+
* **internal:** codegen related update ([6c34ef9](https://github.com/OneBusAway/python-sdk/commit/6c34ef99325f98eee76827ab850dc5b23358b0bc))
28+
* **internal:** fix list file params ([4299125](https://github.com/OneBusAway/python-sdk/commit/4299125fffdd925ef34b9c0a58855f6d495fa102))
29+
* **internal:** import reformatting ([7179857](https://github.com/OneBusAway/python-sdk/commit/717985763d6c76b17551b07ef695089211562f25))
30+
* **internal:** minor formatting changes ([9b82290](https://github.com/OneBusAway/python-sdk/commit/9b82290421ef47dc973fe98ad166db89e4440f3b))
31+
* **internal:** refactor retries to not use recursion ([e8324bb](https://github.com/OneBusAway/python-sdk/commit/e8324bbb2c0134df5a01895df663af4d0f58493b))
32+
* **internal:** update models test ([77ad78f](https://github.com/OneBusAway/python-sdk/commit/77ad78f0d7631a859d8e0670cc93932db13a171b))
33+
* **internal:** update pyright settings ([0cb102f](https://github.com/OneBusAway/python-sdk/commit/0cb102fdacec2dc8adeb2c62193c77e33c582777))
34+
335
## 1.8.6 (2025-05-15)
436

537
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)