Skip to content
Merged
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
36 changes: 24 additions & 12 deletions mcp-client-python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion weather-server-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.10"
# httpx2, not httpx: `mcp` already depends on httpx2, so adding httpx would
# install a second HTTP stack alongside it.
dependencies = [
"httpx2>=2.5.0",
"httpx2>=2.12.0",
"mcp[cli]>=2.0.0",
# weather.py imports BaseModel, Field, and RootModel directly. RootModel is v2-only.
"pydantic>=2.0.0",
Expand Down
38 changes: 25 additions & 13 deletions weather-server-python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading