diff --git a/README.md b/README.md index 6f87246470..f541a15f6b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![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). 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