-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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.46.1 #1723
release: 1.46.1 #1723
Conversation
a9df576
to
30f84b9
Compare
914a785
to
cd194df
Compare
🤖 Release is at https://github.com/openai/openai-python/releases/tag/v1.46.1 🌻 |
@@ -906,11 +906,11 @@ def accumulate_run_step( | |||
merged = accumulate_delta( | |||
cast( | |||
"dict[object, object]", | |||
snapshot.model_dump(exclude_unset=True), | |||
snapshot.model_dump(exclude_unset=True, warnings=False), |
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.
if PYDANTIC_V2 then only send warnings as False
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.
Did this break on pydantic v1 for you?
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.
ah yeah it did, not sure how our tests didn't catch that, will push a fix
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.
this will be fixed in the next release #1735
Automated Release PR
1.46.1 (2024-09-19)
Full Changelog: v1.46.0...v1.46.1
Bug Fixes
Chores
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