Skip to content

Commit a2aeab4

Browse files
committed
Use >= form for both requests constraints
https://claude.ai/code/session_01Nsf9RKZvau6jx2vA8MULoD
1 parent db30504 commit a2aeab4

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
@@ -19,7 +19,7 @@ pydantic = "^1.0"
1919
slack-sdk = "^3"
2020
pyjwt = "^2.4.0"
2121
requests = [
22-
{version = "^2.32.4", python = "<3.10"},
22+
{version = ">=2.32.4", python = "<3.10"},
2323
{version = ">=2.33.0", python = ">=3.10"}
2424
]
2525
certifi = "2024.7.4"

0 commit comments

Comments
 (0)