We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c67fd4 commit 2edd669Copy full SHA for 2edd669
packages/service-library/requirements/_base.in
@@ -6,7 +6,7 @@ sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail/CVE-2019-7164
6
pyyaml>=5.3 # Vulnerable
7
psycopg2-binary # enforces binary version - http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
8
openapi-core==0.12.0 # frozen until https://github.com/ITISFoundation/osparc-simcore/pull/1396 is CLOSED
9
-lazy-object-proxy==1.4.* # cannot upgrade due to contraints in openapi-core
+lazy-object-proxy~=1.4.3 # cannot upgrade due to contraints in openapi-core
10
11
aiohttp
12
aiopg[sa]
0 commit comments