Skip to content

Conversation

@ntindle
Copy link
Member

@ntindle ntindle commented Dec 27, 2025

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements.txt
⚠️ Warning
sentry-sdk 2.48.0 requires urllib3, which is not installed.
Flask-SocketIO 5.5.1 requires python-socketio, which is not installed.

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling


Note

Security dependency update only.

  • Adds urllib3>=2.6.0 to requirements.txt (Snyk pin) to address a reported vulnerability
  • No application code changes

Written by Cursor Bugbot for commit 266ccb7. This will update automatically on new commits. Configure here.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
Copilot AI review requested due to automatic review settings December 27, 2025 04:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# Async support
asyncio
asyncpg==0.30.0
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Choose a reason for hiding this comment

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

Bug: Adding urllib3>=2.6.0 breaks installation on Python 3.8, which contradicts the project's documented support for Python 3.8+.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The project's documentation claims support for Python 3.8 and higher. This pull request introduces a dependency on urllib3>=2.6.0, which requires Python 3.9 or later. This will cause a pip dependency resolution failure for any user attempting to install the project on a Python 3.8 environment, directly contradicting the documented system requirements. The CI pipeline does not test against Python 3.8, so this breaking change was not detected automatically.

💡 Suggested Fix

To resolve this, either update the documentation to reflect that Python 3.9+ is the new minimum required version, or downgrade the urllib3 requirement to a version compatible with Python 3.8 to maintain the currently documented support.

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: requirements.txt#L35

Potential issue: The project's documentation claims support for Python 3.8 and higher.
This pull request introduces a dependency on `urllib3>=2.6.0`, which requires Python 3.9
or later. This will cause a `pip` dependency resolution failure for any user attempting
to install the project on a Python 3.8 environment, directly contradicting the
documented system requirements. The CI pipeline does not test against Python 3.8, so
this breaking change was not detected automatically.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 7957237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants