mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Fix dependencies for durabletask (#3493)
* Fix dependencies * Use local packages * fix typing
This commit is contained in:
committed by
GitHub
Unverified
parent
0a0de4ac21
commit
cd7661bbb7
@@ -29,9 +29,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"types-python-dateutil>=2.9.0",
|
||||
]
|
||||
dev = []
|
||||
|
||||
[tool.uv]
|
||||
prerelease = "if-necessary-or-explicit"
|
||||
|
||||
Reference in New Issue
Block a user