File tree Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.13.2 "
2
+ "." : " 1.13.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.13.3 (2025-07-09)
4
+
5
+ Full Changelog: [ v1.13.2...v1.13.3] ( https://github.com/OneBusAway/python-sdk/compare/v1.13.2...v1.13.3 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** bump pinned h11 dep ([ 495b65d] ( https://github.com/OneBusAway/python-sdk/commit/495b65dad98321a877258bdd87872357c245f9cf ) )
10
+ * ** package:** mark python 3.13 as supported ([ 404807c] ( https://github.com/OneBusAway/python-sdk/commit/404807c5890115889c90bc1236f9ca0b57a426c8 ) )
11
+
3
12
## 1.13.2 (2025-07-05)
4
13
5
14
Full Changelog: [ v1.13.1...v1.13.2] ( https://github.com/OneBusAway/python-sdk/compare/v1.13.1...v1.13.2 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " onebusaway"
3
- version = " 1.13.2 "
3
+ version = " 1.13.3 "
4
4
description = " The official Python library for the onebusaway-sdk API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
@@ -24,6 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.10" ,
25
25
" Programming Language :: Python :: 3.11" ,
26
26
" Programming Language :: Python :: 3.12" ,
27
+ " Programming Language :: Python :: 3.13" ,
27
28
" Operating System :: OS Independent" ,
28
29
" Operating System :: POSIX" ,
29
30
" Operating System :: MacOS" ,
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ filelock==3.12.4
48
48
frozenlist==1.6.2
49
49
# via aiohttp
50
50
# via aiosignal
51
- h11==0.14 .0
51
+ h11==0.16 .0
52
52
# via httpcore
53
- httpcore==1.0.2
53
+ httpcore==1.0.9
54
54
# via httpx
55
55
httpx==0.28.1
56
56
# via httpx-aiohttp
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ exceptiongroup==1.2.2
36
36
frozenlist==1.6.2
37
37
# via aiohttp
38
38
# via aiosignal
39
- h11==0.14 .0
39
+ h11==0.16 .0
40
40
# via httpcore
41
- httpcore==1.0.2
41
+ httpcore==1.0.9
42
42
# via httpx
43
43
httpx==0.28.1
44
44
# via httpx-aiohttp
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.13.2 " # x-release-please-version
4
+ __version__ = "1.13.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments