Closed
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
The project depends on anyio>=3.5.0,<4, however I would like to use it in a project that requires anyio==4.1.0
Additional context
https://pypi.org/project/anyio/#history
Line 14 in e369566