Skip to content

Commit a7b09bc

Browse files
committed
Fix uv.lock
1 parent a4bb4b2 commit a7b09bc

2 files changed

Lines changed: 62 additions & 62 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = []
3333
# Treat the same as NPM's `dependencies`
3434
[project.optional-dependencies]
3535
compat = ["six>=1.17.0"]
36-
ai = ["httpx==0.28.1", "langchain>=1.3.9", "mcp>=1.27.1", "pydantic>=2.14.0"]
36+
ai = ["httpx==0.28.1", "langchain>=1.3.9", "mcp>=1.27.1", "pydantic>=2.13.4"]
3737
anthropic = ["splunk-sdk[ai]>=3.0.0", "langchain-anthropic>=1.4.6"]
3838
openai = ["splunk-sdk[ai]>=3.0.0", "langchain-openai>=1.3.2"]
3939
google = [

0 commit comments

Comments
 (0)