File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6262 with :
6363 python-version-file : " .python-version"
6464
65+ - name : Install the project
66+ run : uv sync --frozen --all-extras --dev
67+
6568 - name : Run pytest
66- run : uv run --frozen --all-extras --dev pytest
69+ run : uv run --frozen pytest
Original file line number Diff line number Diff line change @@ -96,5 +96,5 @@ filterwarnings = [
9696 # This should be fixed on Uvicorn's side.
9797 " ignore::DeprecationWarning:websockets" ,
9898 " ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning" ,
99- " ignore:Returning str or bytes from read_resource is deprecated. Use Iterable[ReadResourceContents] instead. :DeprecationWarning"
99+ " ignore:Returning str or bytes.* :DeprecationWarning:mcp.server.lowlevel "
100100]
You can’t perform that action at this time.
0 commit comments