Python: Fix dependencies for durabletask (#3493)

* Fix dependencies

* Use local packages

* fix typing
This commit is contained in:
Laveesh Rohra
2026-01-30 08:38:49 -08:00
committed by GitHub
Unverified
parent 0a0de4ac21
commit cd7661bbb7
18 changed files with 308 additions and 174 deletions
+2 -1
View File
@@ -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]