You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove aiohttp, frozenlist, multidict, propcache, yarl and async-timeout
dependencies. Pin kubernetes to <36. Update cloup to 3.1.0 and cyclopts
to 4.16.1.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ dependencies = [
90
90
"deepdiff>=8.0.1",
91
91
"jinja2>=3.1.4",
92
92
"jsonschema>=4.20.0",
93
-
"kubernetes>=31.0.0,<36", #Upper bound: v36.0.0 has broken bearer-token auth (https://github.com/kubernetes-client/python/issues/2582), remove once v36.0.1+ ships with the fix
93
+
"kubernetes>=31.0.0,!=36.0.0", #Excluded: v36.0.0 has broken bearer-token auth (https://github.com/kubernetes-client/python/issues/2582), remove once v36.0.1+ ships with the fix
0 commit comments