File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# api-session Changelog
22
3- ## 1.5.3
3+ ## 1.5.3 (2025/12/22)
44
5- * We now use ` uv ` to manage the project instead of Poetry. This shouldn’t have any outside impact .
5+ * We now use ` uv ` to manage the project instead of Poetry. This has no impact on the released library .
66
77## 1.5.2 (2025/10/01)
88
Original file line number Diff line number Diff line change 55from urllib .parse import quote as urlquote
66from urllib3 import Timeout , Retry
77
8- __version__ = "1.5.2 "
8+ __version__ = "1.5.3 "
99__all__ = (
1010 "__version__" ,
1111 "JSONDict" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " api-session"
3- version = " 1.5.2 "
3+ version = " 1.5.3 "
44description = " requests.Session to work with JSON APIs"
55authors = [{ name = " Baptiste Fontaine" , email = " baptiste@bixoto.com" }]
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments