Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinxcontrib-autoprogram>=0.1.5
sphinx>=3.2.1
requests>=2.33.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pinned requests version incompatible with supported Python versions

Low Severity

requests>=2.33.0 requires Python 3.10+, but the project declares support for Python >=3.7,<3.12 in pyproject.toml. The .readthedocs.yml does not specify a Python version or build section, so documentation builds may fail if the RTD environment resolves to Python <3.10. Local documentation builds on Python 3.7–3.9 will also fail with a "no matching distribution" error from pip.

Fix in Cursor Fix in Web

Loading