Skip to content

Commit

Permalink
Upgrade packaging to make setuptools happy (?) so actions will run
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Nov 7, 2024
1 parent 92847bd commit 9faf386
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions orchestration/poetry.lock

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

3 changes: 3 additions & 0 deletions orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ sentry-sdk = "^1.39.2"
typing-extensions = "^3.7.4"
# werkzeug = "2.2.3"
# will have to update dagit which means updating broad-dagster-utils - FE-36
# NB - werkzeug goes away if we get rid of dagster-utils
aiohttp = "3.9.4"
# >> Installed to fix https://github.com/pypa/setuptools/issues/4483
packaging = "^24.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 9faf386

Please sign in to comment.