Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ packaging==25.0
pluggy==1.6.0
pytest==8.4.2
python-dateutil==2.9.0.post0
requests==2.32.5
requests==2.33.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep requests on a Python 3.9-compatible version

Pinning requests==2.33.0 introduces a resolver break for environments still on Python 3.9, which this repo explicitly supports (setup.py has python_requires=">=3.9" and .circleci/config.yml runs on cimg/python:3.9). Because Requests 2.33.0 drops Python 3.9 support, pip install -r requirements.txt will fail in that CI job and for 3.9 users, so this update is incompatible with the project’s declared/runtime targets.

Useful? React with 👍 / 👎.

six==1.17.0
urllib3==2.6.3
Loading