fix: update temporalio min version to 1.11.0 for versioning_behavior support (#8397)
The code uses versioning_behavior parameter in start_workflow() and execute_workflow() calls, which was only added in temporalio SDK 1.11.0. The previous min version (1.8.0) caused TypeError in production. Fixes #8396 🤖 Generated with [Letta Code](https://letta.com) Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com> Co-authored-by: datadog-official[bot] <datadog-official[bot]@users.noreply.github.com> Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
committed by
Caren Thomas
parent
ed6284cedb
commit
8648eaf8fe
@@ -60,7 +60,7 @@ dependencies = [
|
||||
"aiomultiprocess>=0.9.1",
|
||||
"matplotlib>=3.10.1",
|
||||
"tavily-python>=0.7.2",
|
||||
"temporalio>=1.8.0",
|
||||
"temporalio>=1.11.0",
|
||||
"mistralai>=1.8.1",
|
||||
"structlog>=25.4.0",
|
||||
"certifi>=2025.6.15",
|
||||
|
||||
Reference in New Issue
Block a user