We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843436b commit c9ca14dCopy full SHA for c9ca14d
pyproject.toml
@@ -49,14 +49,14 @@ deepaas-cli = "deepaas.cmd.cli:main"
49
deepaas = "deepaas.opts:list_opts"
50
51
[tool.poetry.dependencies]
52
-python = "^3.10"
53
-"oslo.log" = "^6.0.0"
54
-"oslo.config" = "^9.4.0"
55
-stevedore = "^5.2.0"
56
-aiohttp = "^3.9.5"
+python = "^3.6"
+"oslo.log" = "^4.8.0"
+"oslo.config" = "^8.8.1"
+stevedore = "^3.5.2"
+aiohttp = "^3.8.6"
57
aiohttp-apispec = "^2.2.3"
58
-Werkzeug = "^3.0.3"
59
-marshmallow = "^3.21.3"
+Werkzeug = "^2.0.3"
+marshmallow = "^3.14.1"
60
webargs = "<6.0.0"
61
62
0 commit comments