File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232 " pydantic-settings>=2.5.2" ,
3333 " uvicorn>=0.23.1; sys_platform != 'emscripten'" ,
3434 " jsonschema>=4.20.0" ,
35- " pywin32>=300 ; sys_platform == 'win32'" ,
35+ " pywin32>=310 ; sys_platform == 'win32'" ,
3636]
3737
3838[project .optional-dependencies ]
@@ -125,5 +125,7 @@ filterwarnings = [
125125 # This should be fixed on Uvicorn's side.
126126 " ignore::DeprecationWarning:websockets" ,
127127 " ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning" ,
128- " ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
128+ " ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel" ,
129+ # pywin32 internal deprecation warning - will be fixed in future pywin32 release
130+ " ignore:getargs\\ : The 'u' format is deprecated:DeprecationWarning"
129131]
You can’t perform that action at this time.
0 commit comments