Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ dependencies = [
"pytz==2026.1.post1",
"urllib3==2.7.0",
"pyyaml==6.0.3",
# anyio is pulled in transitively (openai -> httpx -> anyio); pinned here to
# force past CVE-2026-63374 / CVE-2026-64847 (both fixed in 4.14.2), which
# otherwise fail `uv run pip-audit`.
"anyio==4.14.2",
]

[project.optional-dependencies]
Expand Down
Loading
Loading