Skip to content
Draft
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: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"langchain-core>=1.3.3",
"langsmith>=0.8.0",
"langgraph>=1.0.10",
"litellm>=1.83.10,<1.84.0",
"litellm>=1.83.11,<1.84.0",
"neo4j>=5.28.2",
"networkx>=3.4.2",
"newrelic>=11.2.0",
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies = [
]

[tool.uv]
# litellm>=1.83.10 clears CVE-2026-40217 (<1.83.10) but pins openai==2.24.0, which conflicts with
# litellm>=1.83.11 clears CVE-2026-40217 (<1.83.11) but pins openai==2.24.0, which conflicts with
# pydantic-ai + context-engine; override to the root stack. litellm still declares python-dotenv==1.0.1.
# Root uses pydantic-ai-slim without the mistral extra so mistralai is not pulled (fixes universal lock on 3.13).
override-dependencies = ["python-dotenv>=1.2.2", "openai>=2.7.1", "idna>=3.15"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading