Closed
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
Due to dependency conflicts, the latest versions of the library fail to install on Python 3.7.
To Reproduce
- Using Python 3.7, attempt to install the
openai
package:
$ py -3.7-32 -m pip install openai
This fails due to jiter
and typing_extensions
.
Please either drop support for 3.7 officially (3.8 works) or loosen the dependency constraints.
Code snippets
No response
OS
Windows 11 26100.1882
Python version
3.7.9
Library version
1.51.x