Skip to content
Closed
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
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ aiohttp = ["aiohttp>=3.13.5", "httpx_aiohttp>=0.1.9"]
[tool.uv]
managed = true
required-version = ">=0.9"
# Security pin: idna is a transitive dependency (via httpx + anyio) and is not
# declared above. Versions <3.15 are vulnerable to CVE-2026-45409
# (GHSA-65pc-fj4g-8rjx), so constrain it without adding it as a direct
# dependency. Sealed as custom code so it survives SDK regeneration.
constraint-dependencies = ["idna>=3.15"]
# Security pins for undeclared transitive deps, kept here so they survive SDK
# regeneration: idna>=3.15 (CVE-2026-45409), pygments>=2.20.0 (CVE-2026-4539).
constraint-dependencies = ["idna>=3.15", "pygments>=2.20.0"]
conflicts = [
[
{ group = "pydantic-v1" },
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ httpx==0.28.1
# via
# oz-agent-sdk
# respx
idna==3.11
idna==3.18
# via
# anyio
# httpx
Expand Down Expand Up @@ -62,7 +62,7 @@ pydantic==2.12.5
# via oz-agent-sdk
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# rich
Expand Down
11 changes: 7 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading