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
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,15 @@ constraint-dependencies = [
"langchain-core >= 0.1.0",
"openai-agents >= 0.2.6",
"semantic-kernel >= 1.39.3",
"google-adk >= 1.0.0",
# google-adk >=1.28.1,<2.0.0 - security remediation. Fixes CVE-2026-4810
# (code injection and missing authentication allowing unauthenticated
# remote code execution). Pinned within the 1.x line to avoid the
# breaking 2.x major; remove the upper bound once the 2.x migration is
# planned and verified separately. Note: `<2.0.0` (no explicit
# pre-release bound) already excludes 2.0.0 pre-releases like `2.0.0a2`
# under the resolver's default pre-release exclusion behavior; no `a0`
# suffix is needed unless prereleases are explicitly allowed elsewhere.
"google-adk >= 1.28.1,<2.0.0",
Comment thread
EvanderDS marked this conversation as resolved.

# --- Microsoft Agents SDK ---
"microsoft-agents-activity >= 0.4.0",
Expand Down
Loading
Loading