Skip to content

Commit 988efa9

Browse files
Update Python prereq to 3.12
1 parent 90a80e7 commit 988efa9

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This is a list of potential future labs to be developed.
229229

230230
### Prerequisites
231231

232-
* [Python 3.9 or later version](https://www.python.org/) installed
232+
* [Python 3.12 or later version](https://www.python.org/) installed
233233
* [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
234234
* [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
235235
* [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions

labs/GPT-4o-inferencing/GPT-4o-inferencing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"- [🗑️ Clean up resources](#clean)\n",
2323
"\n",
2424
"### Prerequisites\n",
25-
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
25+
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
2626
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
2727
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
2828
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",

labs/GPT-4o-inferencing/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Playground to try the new GPT-4o model. GPT-4o ("o" for "omni") is designed to h
88

99
### Prerequisites
1010

11-
- [Python 3.9 or later version](https://www.python.org/) installed
11+
- [Python 3.12 or later version](https://www.python.org/) installed
1212
- [Pandas Library](https://pandas.pydata.org) installed
1313
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
1414
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed

labs/_deprecated/advanced-load-balancing/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This load balancer is based on a custom policy configuration forked from this gr
1515

1616
### Prerequisites
1717

18-
- [Python 3.9 or later version](https://www.python.org/) installed
18+
- [Python 3.12 or later version](https://www.python.org/) installed
1919
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
2020
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
2121
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions

labs/_deprecated/advanced-load-balancing/advanced-load-balancing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"- Stickiness for the stateful [assistants API](https://cookbook.openai.com/examples/assistants_api_overview_python)\n",
3232
"\n",
3333
"### Prerequisites\n",
34-
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
34+
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
3535
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
3636
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
3737
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",

labs/_deprecated/backend-circuit-breaking/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Playground to try the built-in [backend circuit breaker functionality of APIM](h
88

99
### Prerequisites
1010

11-
- [Python 3.9 or later version](https://www.python.org/) installed
11+
- [Python 3.12 or later version](https://www.python.org/) installed
1212
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
1313
- [VS Code](https://code.visualstudio.com/) installed
1414
- [An Azure Subscription](https://azure.microsoft.com/free/) with access permissions

labs/_deprecated/backend-circuit-breaking/backend-circuit-breaking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Playground to try the built-in [backend circuit breaker functionality of APIM](https://learn.microsoft.com/azure/api-management/backends?tabs=bicep) to either an Azure OpenAI endpoints or a mock server.\n",
1313
"\n",
1414
"### Prerequisites\n",
15-
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
15+
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
1616
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
1717
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
1818
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",

labs/_deprecated/developer-tooling/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Playground to try the developer tooling available with APIM to develop, debugg,
88

99
### Prerequisites
1010

11-
- [Python 3.9 or later version](https://www.python.org/) installed
11+
- [Python 3.12 or later version](https://www.python.org/) installed
1212
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
1313
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
1414
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions

labs/_deprecated/developer-tooling/developer-tooling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Playground to try the developer tooling available with APIM to develop, debugg, test and publish AI Service APIs.\n",
1313
"\n",
1414
"### Prerequisites\n",
15-
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
15+
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
1616
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
1717
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
1818
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",

labs/_deprecated/request-forwarding/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Playground to try forwarding requests to either an Azure OpenAI endpoint or a mo
88

99
### Prerequisites
1010

11-
- [Python 3.9 or later version](https://www.python.org/) installed
11+
- [Python 3.12 or later version](https://www.python.org/) installed
1212
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
1313
- [VS Code](https://code.visualstudio.com/) installed
1414
- [An Azure Subscription](https://azure.microsoft.com/free/) with access permissions

0 commit comments

Comments
 (0)