Skip to content

Commit ca531ff

Browse files
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#770
1 parent 1646408 commit ca531ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pytest-reana>=0.95.0a7,<0.96.0",
2929
],
3030
"kubernetes": [
31-
"kubernetes>=23.6.0,<27.0.0", # upper pin due to oauthlib 3.x incompatibility with reana-server invenio packages
31+
"kubernetes>=23.6.0",
3232
"google-auth<2.46.0; python_version<'3.9'",
3333
],
3434
"yadage": [

0 commit comments

Comments
 (0)