Skip to content

Commit c3d6972

Browse files
committed
update the version of typing-extensions
Signed-off-by: helenxie-bit <[email protected]>
1 parent 2567939 commit c3d6972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ prepare-pytest:
163163
# The sqlalchemy on which optuna depends requires typing-extensions>=4.6.0.
164164
# REF: https://github.com/kubeflow/katib/pull/2251
165165
# TODO (tenzen-y): Once we upgrade libraries depended on typing-extensions==4.5.0, we can remove this line.
166-
pip install typing-extensions==4.6.3
166+
pip install typing-extensions==4.10.0
167167

168168
prepare-pytest-testdata:
169169
ifeq ("$(wildcard $(TEST_TENSORFLOW_EVENT_FILE_PATH))", "")

0 commit comments

Comments
 (0)