Skip to content

Commit 244b040

Browse files
committed
Upgrade packages to mitigate vulnerabilities
1 parent 595c974 commit 244b040

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ def get_license():
6464
],
6565
python_requires=">=3.9",
6666
install_requires=[
67-
"flask~=3.0.0",
68-
"flask-cors~=5.0.0",
67+
"flask~=3.1.0",
68+
"flask-cors~=6.0.0",
6969
'gunicorn>=23.0.0; platform_system!="Windows"',
7070
"inference-schema~=1.8.0",
7171
"opencensus-ext-azure~=1.1.0",
7272
'psutil<6.0.0; platform_system=="Windows"',
73-
"pydantic~=2.9.0",
73+
"pydantic~=2.11.0",
7474
"pydantic-settings",
7575
'waitress>=3.0.1; platform_system=="Windows"',
7676
"werkzeug>=3.0.3", # Werkzeug 3.x breaks back-compatibility of urls package

0 commit comments

Comments
 (0)