Skip to content

Commit d3c3cc6

Browse files
Upgrade poetry version to latest 1.8.3
1 parent e9786a2 commit d3c3cc6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/nightly-image-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: 3.8
11-
POETRY_VERSION: 1.5.1
11+
POETRY_VERSION: 1.8.3
1212
QUAY_ORGANIZATION: 'project-codeflare'
1313
SDK_FILE: 'codeflare_sdk-0.0.0.dev0.tar.gz'
1414
IMAGE_TAG: 'dev'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
required: true
2222
poetry_version:
2323
type: string
24-
default: "1.5.1"
24+
default: "1.8.3"
2525
required: true
2626
codeflare-repository-organization:
2727
type: string

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ 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 = "<= 73.0.0"
3632

3733
[tool.poetry.group.docs]
3834
optional = true

0 commit comments

Comments
 (0)