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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ httpx[http2]
# a2a (unofficial, stub if not on PyPI)
# For any additional plugins (add as needed)
# Add other packages here as you expand functionality
# supabase_py_vault removed: not on PyPI
# supabase_py_vault removed: not on PyPI
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Consider specifying an upper bound to prevent accidental upgrades to a new major version that might introduce breaking changes. This provides a better balance between receiving security patches and maintaining stability.

requests>=2.32.4,<3.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

Loading