Skip to content

Commit 2992b10

Browse files
committed
Fix version in pyproject.toml
1 parent 05d3a63 commit 2992b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/a2a/langgraph_crewai_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A2A demo: LangGraph orchestrator and CrewAI specialist for OpenSh
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"a2a-sdk[http-server]>=0.3.25,<1.0.0,",
8+
"a2a-sdk[http-server]>=0.3.25,<1.0.0",
99
"crewai[litellm]>=1.10.1",
1010
"litellm!=1.82.7,!=1.82.8", # Block compromised PyPI releases
1111
"httpx>=0.28.1",

0 commit comments

Comments
 (0)