Skip to content

Commit f2da023

Browse files
committed
Fixed versions
1 parent f50f575 commit f2da023

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

debiaiServer/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Flask == 2.0.3
1+
Flask == 2.2.3
22
flask_cors == 3.0.8
3-
connexion == 2.6.0
4-
requests == 2.25.1
3+
connexion == 2.14.2
4+
requests >= 2.27
55
swagger-ui-bundle == 0.0.5
66
ujson == 5.8.0
7-
kafka-python == 2.0.2
7+
kafka-python == 2.0.3
88
openapi_spec_validator == 0.2.8
99
cacheout == 0.14.1
1010
termcolor==2.3.0
11-
werkzeug==2.2.2
11+
werkzeug>=2.2.2
1212
psutil==6.0.0
1313
waitress==3.0.0
1414
jsonschema==3.2.0

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ def get_version():
3232
packages=find_packages(include=["debiaiServer", "debiaiServer.*"]),
3333
include_package_data=True,
3434
install_requires=[
35-
"Flask==2.0.3",
35+
"Flask==2.2.3",
3636
"flask_cors==3.0.8",
37-
"connexion==2.6.0",
38-
"requests==2.25.1",
37+
"connexion==2.14.2",
38+
"requests>=2.27",
3939
"swagger-ui-bundle==0.0.5",
4040
"ujson==5.8.0",
41-
"kafka-python==2.0.2",
41+
"kafka-python==2.0.3",
4242
"openapi_spec_validator==0.2.8",
4343
"cacheout==0.14.1",
4444
"termcolor==2.3.0",
45-
"werkzeug==2.2.2",
45+
"werkzeug>=2.2.2",
4646
"psutil==6.0.0",
4747
"waitress==3.0.0",
4848
"pickledb==1.3.2",

0 commit comments

Comments
 (0)