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
aiohttp>=3.12.14 # 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.

high

Adding aiohttp>=3.12.14 resolves a vulnerability, but the PR description highlights dependency conflicts that need addressing. These include version mismatches for pydantic and httpx, and missing dependencies like jiter and tokenizers. Resolve these conflicts to ensure application stability.

Loading