Skip to content

Commit be27849

Browse files
fixPywinver
1 parent 30981a6 commit be27849

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)