Commit ca531ff
committed
build(python): remove kubernetes upper version pin (#520)
The kubernetes<27.0.0 upper pin was in place because kubernetes >=27
requires oauthlib>=3.x, which conflicted with the old Invenio packages
used by reana-server (they required oauthlib<3.0.0 via flask-oauthlib).
Now that reana-server is being upgraded to the latest Invenio packages
(which use flask-oauthlib-invenio and support oauthlib 3.x), this upper
pin is no longer needed.
Closes reanahub/reana-server#7701 parent 1646408 commit ca531ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments