chore: upgrade all Python packages and fix linting issues
- Update all dependencies to latest versions (fastmcp, httpx, packaging, etc.) - Downgrade click from yanked 8.2.2 to stable 8.1.7 - Fix code formatting and linting issues with ruff - Most tests passing (2 test failures in dependency resolver need investigation)
This commit is contained in:
parent
503ea589f1
commit
8b43927493
34 changed files with 2276 additions and 1593 deletions
|
|
@ -34,7 +34,7 @@ httpx = "^0.28.0"
|
|||
packaging = "^24.0"
|
||||
pydantic = "^2.0.0"
|
||||
pydantic-settings = "^2.0.0"
|
||||
click = "^8.1.0"
|
||||
click = "8.1.7"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue