From b27d9c4e123b08790477e0ef1b3315d25b2f346d Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Mon, 12 Jan 2026 13:12:10 +0200 Subject: [PATCH] Use correct version in requirements.txt azure-ai-agents 2.0 does not exist, even in prerelease. The example does work with 1.2. --- .../1-idea-to-prototype/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/requirements.txt b/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/requirements.txt index ece73277f..166d18c01 100644 --- a/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/requirements.txt +++ b/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/requirements.txt @@ -1,4 +1,4 @@ azure-ai-projects>=2.0.0a20251015001 -azure-ai-agents>=2.0.0a20251015001 +azure-ai-agents>=1.2.0b6 azure-identity -python-dotenv \ No newline at end of file +python-dotenv