Skip to content

Commit db30504

Browse files
committed
Loosen requests upper bound to >=2.33.0
https://claude.ai/code/session_01Nsf9RKZvau6jx2vA8MULoD
1 parent 9807136 commit db30504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ slack-sdk = "^3"
2020
pyjwt = "^2.4.0"
2121
requests = [
2222
{version = "^2.32.4", python = "<3.10"},
23-
{version = ">=2.33.0,<2.33.1", python = ">=3.10"}
23+
{version = ">=2.33.0", python = ">=3.10"}
2424
]
2525
certifi = "2024.7.4"
2626
types-toml = "^0.10.2"

0 commit comments

Comments
 (0)