Skip to content

Commit

Permalink
add correct yaml dependency to concierge_util
Browse files Browse the repository at this point in the history
  • Loading branch information
sebovzeoueb committed Dec 6, 2024
1 parent 931d419 commit 987e76e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions concierge_packages/concierge_util/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "concierge-util"
version = "0.2a1"
version = "0.2a2"
requires-python = ">=3.10"
dependencies = [
"yaml"
"pyyaml"
]

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions concierge_packages/launcher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "launch-concierge"
version = "0.5a2"
version = "0.5a3"
requires-python = ">=3.10"
dependencies = [
"script-builder~=0.2a0",
"isi-util~=0.2a0",
"concierge-util~=0.2a1",
"concierge-util~=0.2a2",
"packaging",
"python-dotenv"
]
Expand Down

0 comments on commit 987e76e

Please sign in to comment.