Skip to content
Closed
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
6 changes: 3 additions & 3 deletions mcp-client-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"anthropic>=0.40.0",
"mcp>=1.1.1",
"python-dotenv>=1.0.1",
"anthropic>=0.69.0",
"mcp>=1.17.0",
"python-dotenv>=1.1.1",
]
636 changes: 465 additions & 171 deletions mcp-client-python/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion weather-server-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.2.0",
"mcp[cli]>=1.17.0",
]

[build-system]
Expand Down
518 changes: 393 additions & 125 deletions weather-server-python/uv.lock

Large diffs are not rendered by default.

Loading