Skip to content
Snippets Groups Projects
Commit 30b8d990 authored by Arie Peterson's avatar Arie Peterson
Browse files

Hold off on upgrading hydra to v2

parent c20c3e51
No related branches found
No related tags found
1 merge request!175Resolve "Support WebAuthn"
Pipeline #47338 passed with stages
in 2 minutes and 53 seconds
......@@ -15,7 +15,7 @@ kubernetes==30.1.0
pymysql==1.1.1
NamedAtomicLock==1.1.3
ory-kratos-client==1.2.0
ory-hydra-client==2.2.0
ory-hydra-client==1.11.8
pip-install==1.3.5
posix-ipc==1.1.1
PyYAML==6.0.2
......
......@@ -81,7 +81,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ory-hydra-client==2.2.0
ory-hydra-client==1.11.8
# via -r requirements.in
ory-kratos-client==1.2.0
# via -r requirements.in
......
......@@ -11,6 +11,11 @@
"matchDepNames": ["node"],
"matchFileNames": ["frontend/Dockerfile", ".gitlab-ci.yml"],
"allowedVersions": "!/^\\d*[13579](-.*)?$/"
},
{
"matchPackageNames": ["ory-hydra-client"],
"matchFileNames": ["backend/requirements.in"],
"allowedVersions": "<2.0.0"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment