Skip to content

Commit a6186b6

Browse files
committed
chore: update dependencies and local changes
1 parent 5067e4c commit a6186b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ eval = [
121121
test = [
122122
# go/keep-sorted start
123123
"a2a-sdk>=0.3.0,<0.4.0",
124-
"anthropic>=0.43.0", # For anthropic model tests
124+
"anthropic>=0.97.0", # For anthropic model tests
125125
"crewai[tools];python_version>='3.11' and python_version<'3.12'", # For CrewaiTool tests; chromadb/pypika fail on 3.12+
126126
"kubernetes>=29.0.0", # For GkeCodeExecutor
127127
"langchain-community>=0.3.17",
128128
"langgraph>=0.2.60, <0.4.8", # For LangGraphAgent
129129
"litellm>=1.75.5, <=1.82.6", # For LiteLLM tests. Upper bound pinned: versions 1.82.7+ compromised in supply chain attack.
130130
"llama-index-readers-file>=0.4.0", # For retrieval tests
131-
"openai>=1.100.2", # For LiteLLM
131+
"openai>=2.33.0", # For LiteLLM
132132
"opentelemetry-instrumentation-google-genai>=0.3b0, <1.0.0",
133133
"pypika>=0.50.0", # For crewai->chromadb dependency
134134
"pytest-asyncio>=0.25.0",
@@ -153,7 +153,7 @@ docs = [
153153

154154
# Optional extensions
155155
extensions = [
156-
"anthropic>=0.43.0", # For anthropic model support
156+
"anthropic>=0.97.0", # For anthropic model support
157157
"beautifulsoup4>=3.2.2", # For load_web_page tool.
158158
"crewai[tools];python_version>='3.11' and python_version<'3.12'", # For CrewaiTool; chromadb/pypika fail on 3.12+
159159
"docker>=7.0.0", # For ContainerCodeExecutor

0 commit comments

Comments
 (0)