File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
33[ ![ PyPI version] ( https://img.shields.io/pypi/v/openai.svg )] ( https://pypi.org/project/openai/ )
44
5- The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.7 +
5+ The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.8 +
66application. The library includes type definitions for all request params and response fields,
77and offers both synchronous and asynchronous clients powered by [ httpx] ( https://github.com/encode/httpx ) .
88
@@ -712,7 +712,7 @@ print(openai.__version__)
712712
713713## Requirements
714714
715- Python 3.7 or higher.
715+ Python 3.8 or higher.
716716
717717## Contributing
718718
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ dependencies = [
1818 " tqdm > 4" ,
1919 " jiter>=0.4.0, <1" ,
2020]
21- requires-python = " >= 3.7.1 "
21+ requires-python = " >= 3.8 "
2222classifiers = [
2323 " Typing :: Typed" ,
2424 " Intended Audience :: Developers" ,
25- " Programming Language :: Python :: 3.7" ,
2625 " Programming Language :: Python :: 3.8" ,
2726 " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
@@ -150,7 +149,7 @@ filterwarnings = [
150149# there are a couple of flags that are still disabled by
151150# default in strict mode as they are experimental and niche.
152151typeCheckingMode = " strict"
153- pythonVersion = " 3.7 "
152+ pythonVersion = " 3.8 "
154153
155154exclude = [
156155 " _dev" ,
You can’t perform that action at this time.
0 commit comments