We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595c974 commit 244b040Copy full SHA for 244b040
1 file changed
setup.py
@@ -64,13 +64,13 @@ def get_license():
64
],
65
python_requires=">=3.9",
66
install_requires=[
67
- "flask~=3.0.0",
68
- "flask-cors~=5.0.0",
+ "flask~=3.1.0",
+ "flask-cors~=6.0.0",
69
'gunicorn>=23.0.0; platform_system!="Windows"',
70
"inference-schema~=1.8.0",
71
"opencensus-ext-azure~=1.1.0",
72
'psutil<6.0.0; platform_system=="Windows"',
73
- "pydantic~=2.9.0",
+ "pydantic~=2.11.0",
74
"pydantic-settings",
75
'waitress>=3.0.1; platform_system=="Windows"',
76
"werkzeug>=3.0.3", # Werkzeug 3.x breaks back-compatibility of urls package
0 commit comments