Skip to content

Commit 0cb2b93

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix(deps): Allow werkzeug 3.x
PiperOrigin-RevId: 750337937
1 parent b84657a commit 0cb2b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypi/_vertex_ai_placeholder/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
profiler_extra_require = [
4646
"tensorboard-plugin-profile >= 2.4.0, <3.0.0",
47-
"werkzeug >= 2.0.0, <2.1.0",
47+
"werkzeug >= 2.0.0, <4.0.0",
4848
"tensorflow >=2.4.0, <3.0.0",
4949
]
5050
featurestore_extra_require = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
profiler_extra_require = [
5050
"tensorboard-plugin-profile >= 2.4.0, <2.18.0", # <3.0.0",
51-
"werkzeug >= 2.0.0, <2.1.0",
51+
"werkzeug >= 2.0.0, <4.0.0",
5252
"tensorflow >=2.4.0, <3.0.0",
5353
]
5454
tensorboard_extra_require = [

0 commit comments

Comments
 (0)