Skip to content

Commit

Permalink
limit the version of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Nov 8, 2024
1 parent a79ac0e commit ff19e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ typing-extensions = "^3.7.4"
aiohttp = "3.9.4"
# >> Installed to fix https://github.com/pypa/setuptools/issues/4483
packaging = "^24.0"
setuptools = "^70.0.0"

[tool.poetry.dev-dependencies]
# NB this notation is not preferred after poetry 1.2.0 https://python-poetry.org/docs/master/managing-dependencies/
Expand Down

0 comments on commit ff19e9a

Please sign in to comment.