From 81525c08f73b81dfc5752d64f4161f42eb6df33b Mon Sep 17 00:00:00 2001 From: Leon Prouger Date: Sun, 16 Mar 2025 18:21:20 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 210f6f4b..ef0e4cde 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Explore the [examples](examples) directory to see the SDK in action, and read ou Notably, our SDK [is compatible](https://openai.github.io/openai-agents-python/models/) with any model providers that support the OpenAI Chat Completions API format. +## Requirements +- Python **3.9** or higher + ## Get started 1. Set up your Python environment