Skip to content

Commit 404e57b

Browse files
Explicitly define setuptools dependency to fix odh-notebooks-sync workflow
1 parent 8566c33 commit 404e57b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ cryptography = "40.0.2"
2929
executing = "1.2.0"
3030
pydantic = "< 2"
3131
ipywidgets = "8.1.2"
32+
# If updating setuptools version, please verify the odh-notebooks-sync workflow continues to work.
33+
# https://github.com/project-codeflare/codeflare-sdk/actions/workflows/odh-notebooks-sync.yml
34+
# Reference: https://github.com/target/strelka/pull/469
35+
setuptools = "70.1.0"
3236

3337
[tool.poetry.group.docs]
3438
optional = true

0 commit comments

Comments
 (0)