Skip to content
Closed
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
2 changes: 1 addition & 1 deletion integrations/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = ">=3.11"
dependencies = [
# Audit F-11: cap at the current major — a future breaking client
# release must not satisfy this range and produce an incompatible pair.
"agentflow-client>=1.0.1,<2",
"agentflow-client>=1.0.1,<3",
# See agentflow-runtime pyproject.toml for vulnerability rationale on
# langchain-core / langchain-text-splitters / langsmith floors.
"langchain>=0.3.30,<2",
Expand Down
Loading