Skip to content

Commit 58f4f93

Browse files
committed
Specifying version reqiuirement for pyproject.toml
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 6142220 commit 58f4f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

durabletask-azuremanaged/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ requires-python = ">=3.9"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask",
30-
"azure-identity"
29+
"durabletask>=0.2.0",
30+
"azure-identity>=1.19.0"
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)