Skip to content

Commit 45187fc

Browse files
committed
reset lockfile
1 parent ea5c521 commit 45187fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ws = ["websockets>=15.0.1"]
4343
mcp = "mcp.cli:app [cli]"
4444

4545
[tool.uv]
46-
resolution = "lowest-direct"
4746
default-groups = ["dev", "docs"]
4847
required-version = ">=0.7.2"
4948

@@ -124,5 +123,5 @@ filterwarnings = [
124123
# This should be fixed on Uvicorn's side.
125124
"ignore::DeprecationWarning:websockets",
126125
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
127-
"ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
126+
"ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel",
128127
]

0 commit comments

Comments
 (0)