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
With the latest version 1.78.0, openai.resources
no longer exists.
Simply doing:
import openai
openai.resources
yields AttributeError: module 'openai' has no attribute 'resources'
I use the resources
to import openai.resources.chat.Completions
In the previous version 1.77.0, this worked just fine. I am unsure if this intended behavior or a bug that slipped through. I'd appreciate your timely input!
To Reproduce
import openai
openai.resources
Code snippets
OS
macOS 15.3.1
Python version
Python 3.13.1
Library version
1.78.0