From 2479f11b91316a5dcca70c84089815ab6c1a4898 Mon Sep 17 00:00:00 2001 From: Nenia Hidalgo Date: Tue, 23 Jun 2026 20:47:35 -0300 Subject: [PATCH 1/3] commit1 Signed-off-by: Nenia Hidalgo --- requirements-dev.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.lock b/requirements-dev.lock index 73312bcee1..a51b31279e 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -226,5 +226,6 @@ websockets==15.0.1 # via openai yarl==1.22.0 # via aiohttp + zipp==3.23.0 # via importlib-metadata From db04defb79fff90ff39c7fd040d6b14a58e4a352 Mon Sep 17 00:00:00 2001 From: Nenia Hidalgo Date: Tue, 23 Jun 2026 20:54:22 -0300 Subject: [PATCH 2/3] commit2 Signed-off-by: Nenia Hidalgo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f87246470..d006731ffc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # OpenAI Python API library + [![PyPI version](https://img.shields.io/pypi/v/openai.svg?label=pypi%20(stable))](https://pypi.org/project/openai/) From 40aeb6a2ae5f9725b9810f06cdc60c66b3b319d4 Mon Sep 17 00:00:00 2001 From: Nenia Hidalgo Date: Tue, 23 Jun 2026 21:05:01 -0300 Subject: [PATCH 3/3] vommit 3 Signed-off-by: Nenia Hidalgo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d006731ffc..f541a15f6b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # OpenAI Python API library - [![PyPI version](https://img.shields.io/pypi/v/openai.svg?label=pypi%20(stable))](https://pypi.org/project/openai/) + The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.9+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).