Skip to content

Commit 55587d6

Browse files
authored
Update quickstart-python-openai.md: Python 3.8
AFAIS only Python 3.8 is necessary https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects
1 parent ff76bf6 commit 55587d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/13/2024
1313
## Prerequisites
1414

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16-
* [Python 3.13 or later](https://www.python.org/)
16+
* [Python 3.8 or later](https://www.python.org/)
1717
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
1818
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
1919

@@ -96,4 +96,4 @@ with AIProjectClient.from_connection_string(
9696

9797
messages = client.beta.threads.messages.list(thread_id=thread.id)
9898
print(f"Messages: {messages}")
99-
```
99+
```

0 commit comments

Comments
 (0)