mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
Use uv --resolution lowest-direct
We need to ensure that we always test against the lowest bounds. Libraries should set resolution to `lowest-direct`.
This commit is contained in:
@@ -59,6 +59,7 @@ target-version = "py310"
|
||||
"__init__.py" = ["F401"]
|
||||
|
||||
[tool.uv]
|
||||
resolution = "lowest-direct"
|
||||
dev-dependencies = [
|
||||
"pyright>=1.1.378",
|
||||
"pytest>=8.3.3",
|
||||
|
||||
Reference in New Issue
Block a user