diff --git a/samples/durable-functions/python/agent-directed-workflows/requirements.txt b/samples/durable-functions/python/agent-directed-workflows/requirements.txt index 201a187c..b213b549 100644 --- a/samples/durable-functions/python/agent-directed-workflows/requirements.txt +++ b/samples/durable-functions/python/agent-directed-workflows/requirements.txt @@ -1,5 +1,5 @@ azure-functions azure-functions-durable redis -openai>=2.40.0 +openai>=2.44.0 azure-identity>=1.25.3