Skip to content

Commit 173109c

Browse files
committed
Require requests 2.33+
1 parent 9a455c8 commit 173109c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# api-session Changelog
22

3+
## 1.6.1
4+
5+
* Require `requests` 2.33+
6+
37
## 1.6.0 (2026/03/27)
48

59
* Drop support for Python 3.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = [
1111
"Development Status :: 5 - Production/Stable",
1212
"Programming Language :: Python :: 3",
1313
]
14-
dependencies = ["requests>=2.26,<3"]
14+
dependencies = ["requests>=2.33,<3"]
1515

1616
[project.urls]
1717
Homepage = "https://github.com/Bixoto/api-session"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)