Skip to content

Conversation

@santosomar
Copy link
Contributor

Fixes #35

This pull request updates the version requirement for the requests library to allow for newer versions.

Dependency updates:

  • Updated requests in requirements/common.txt from a fixed version (2.20.0) to a minimum version (2.32.0), allowing compatibility with newer releases.

@santosomar santosomar self-assigned this Nov 9, 2025
@santosomar santosomar added the bug Something isn't working label Nov 9, 2025
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.

Pull Request Overview

This PR updates the requests library dependency from a pinned version 2.20.0 to a minimum version constraint >=2.32.0. This change addresses potential security vulnerabilities present in older versions of the requests library and provides more flexibility for dependency resolution by allowing newer compatible versions.

Key Changes:

  • Updated requests library from exact version 2.20.0 to minimum version >=2.32.0
  • Changed from pinned version (==) to minimum version constraint (>=)

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

@@ -1 +1 @@
requests==2.20.0
requests>=2.32.0
Copy link

Copilot AI Nov 9, 2025

Choose a reason for hiding this comment

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

The setup.py file still specifies requests>=2.10.0 in its install_requires list (line 22), which is inconsistent with this update to requests>=2.32.0. Both files should specify the same minimum version requirement to ensure consistent dependency resolution across different installation methods.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update /requirements/common.txt

2 participants