File tree 4 files changed +32
-3
lines changed 4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.8.6 "
2
+ "." : " 1.9.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
32
## 1.8.6 (2025-05-15)
4
33
5
34
Full Changelog: [ v1.8.5...v1.8.6] ( https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " onebusaway"
3
- version = " 1.8.6 "
3
+ version = " 1.9.0 "
4
4
description = " The official Python library for the onebusaway-sdk API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "onebusaway"
4
- __version__ = "1.8.6 " # x-release-please-version
4
+ __version__ = "1.9.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments