openai / openai-python

The official Python library for the OpenAI API
https://pypi.org/project/openai/
Apache License 2.0
23.08k stars 3.25k forks source link

Remove unnecessary `cached-property` dependency #1867

Closed harupy closed 4 days ago

harupy commented 1 week ago

Changes being requested

The OpenAI python SDK supports python >= 3.8. cached-property; python_version < '3.8' seems unnecessary.

Additional context & links

RobertCraigie commented 2 hours ago

Hey @harupy, why did you close this? It seems correct and a nice improvement to me