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
urllib3>=2.6.0 # 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

It is a standard convention to end text files with a single newline character. This prevents issues with some command-line tools and file processing utilities. Please add a newline at the end of this file.

urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

Loading