Skip to content

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

Merged
merged 2 commits into from
Aug 18, 2025
Merged

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Aug 15, 2025

Automated Release PR

1.100.0 (2025-08-18)

Full Changelog: v1.99.9...v1.100.0

Features

  • api: add new text parameters, expiration options (e3dfa7c)

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

@stainless-app stainless-app bot requested a review from a team as a code owner August 15, 2025 19:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1d86509 to 1ee5648 Compare August 16, 2025 05:03
@stainless-app stainless-app bot enabled auto-merge (rebase) August 16, 2025 05:03
@LVT-ENG
Copy link

LVT-ENG commented Aug 16, 2025

cool

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1ee5648 to 19e8009 Compare August 17, 2025 05:04
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 19e8009 to 96aa605 Compare August 18, 2025 05:06
@stainless-app stainless-app bot merged commit adb1af8 into main Aug 18, 2025
8 checks passed
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next branch August 18, 2025 14:59
Copy link
Contributor Author

stainless-app bot commented Aug 18, 2025

from .tool_choice_function import ToolChoiceFunction
from ..shared.responses_model import ResponsesModel
from .response_format_text_config import ResponseFormatTextConfig

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.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thvsk j

Copy link

@LVT-ENG LVT-ENG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thabk u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants