-
Notifications
You must be signed in to change notification settings - Fork 4.2k
release: 1.100.0 #2562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 1.100.0 #2562
Conversation
1d86509
to
1ee5648
Compare
cool |
1ee5648
to
19e8009
Compare
19e8009
to
96aa605
Compare
🤖 Release is at https://github.com/openai/openai-python/releases/tag/v1.100.0 🌻 |
from .tool_choice_function import ToolChoiceFunction | ||
from ..shared.responses_model import ResponsesModel | ||
from .response_format_text_config import ResponseFormatTextConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello!,
I wanted to point out that changing ResponseTextConfig object name to ResponseFormatTextConfig breaks imports on several libs dependent on Openai's, including LiteLLM (also used as base for several other libs like dspy).
Shouldn't the approach here be to keep both object names, and deprecating the old one? Issuing a warning to help other developers prepare for future changes, or ensuring correct version freezes on their dependencies?
Also, making this change on a minor version (1.99 -> 1.100) in a way breaks backwards compatibility, which is assumed for semantic versioning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thvsk j
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thabk u
Automated Release PR
1.100.0 (2025-08-18)
Full Changelog: v1.99.9...v1.100.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions