Skip to content
Open
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
2 changes: 1 addition & 1 deletion python/packages/agentsts-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"httpx>=0.25.0",
"pydantic>=2.5.0",
"typing-extensions>=4.16.0",
"cryptography>=41.0.0", # For JWT handling
"cryptography>=50.0.1", # For JWT handling
"PyJWT>=2.13.0", # For JWT token parsing
]

Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-adk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"kagent-skills>=0.1.0",
"aiofiles>=24.1.0",
"anyio>=4.14.2",
"typer>=0.27.0",
"typer>=0.27.2",
"uvicorn>=0.34.0",
"openai>=1.72.0",
"mcp>=1.29.0,<2",
Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-crewai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
"black>=23.0.0",
"ruff>=0.15.22",
"ruff>=0.16.5",
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-langgraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
"black>=23.0.0",
"ruff>=0.15.22",
"ruff>=0.16.5",
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
"black>=23.0.0",
"ruff>=0.15.22",
"ruff>=0.16.5",
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Generated protobuf and gRPC contracts used by kagent Python runti
requires-python = ">=3.11"
dependencies = [
"a2a-sdk>=1.1.0,<2",
"grpcio>=1.83.0",
"grpcio>=1.83.1",
"protobuf>=6.33.5,<7",
]

Expand Down
2 changes: 1 addition & 1 deletion python/packages/kagent-skills/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
"black>=23.0.0",
"ruff>=0.15.22",
"ruff>=0.16.5",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["packages/*", "samples/adk/*", "samples/langgraph/*", "samples/crewai
dev = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"ruff>=0.15.22",
"ruff>=0.16.5",
"authlib>=1.7.2"
]

Expand Down
2 changes: 1 addition & 1 deletion python/samples/langgraph/currency/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"httpx>=0.25.0",
"kagent-langgraph",
"langgraph>=1.2.9",
"langgraph>=1.2.11",
"langchain-core>=1.4.9",
"langchain-openai>=0.3.0",
"langgraph-checkpoint-sqlite>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/samples/langgraph/hitl-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"kagent-langgraph",
"langgraph>=1.2.9",
"langgraph>=1.2.11",
"langchain-core>=1.4.9",
"langchain-openai>=0.3.0",
"langgraph-checkpoint-sqlite>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/samples/langgraph/kebab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"kagent-langgraph",
"langgraph>=1.2.9",
"langgraph>=1.2.11",
"langchain-core>=1.4.9",
"langchain-openai>=0.3.0",
"langgraph-checkpoint-sqlite>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/samples/openai/basic_agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"kagent-openai",
"openai-agents>=0.18.3",
"uvicorn>=0.51.0",
"uvicorn>=0.52.4",
]

[tool.uv.sources]
Expand Down
379 changes: 190 additions & 189 deletions python/uv.lock

Large diffs are not rendered by default.

Loading