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
@@ -24,7 +24,8 @@ classifiers = [
|
||||
dependencies = [
|
||||
"agent-framework-core",
|
||||
"durabletask>=1.3.0",
|
||||
"durabletask-azuremanaged>=1.3.0"
|
||||
"durabletask-azuremanaged>=1.3.0",
|
||||
"python-dateutil>=2.8.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user