Skip to content

Commit ef3bfbe

Browse files
authored
Fix nightly tests (#917)
* Fix nightly tests * trailing coma
1 parent ebfdfd9 commit ef3bfbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ dependencies = [
4343
"packaging==24.2",
4444
"google-cloud-filestore==1.12.0",
4545
"google-cloud-storage",
46-
"Jinja2==3.1.6"
46+
"Jinja2==3.1.6",
47+
# Urllib 2.6.0 breaks kubernetes client because kubernetes client uses deprecated in 2.0.0 and
48+
# removed in 2.6.0 `getheaders()` call (instead of `headers` property).
49+
# Tracked in https://github.com/kubernetes-client/python/issues/2477
50+
"urllib3<2.6.0",
4751
]
4852

4953
[project.urls]

0 commit comments

Comments
 (0)