-
Notifications
You must be signed in to change notification settings - Fork 183
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: 0.3.14 #152
Merged
rattrayalex
merged 19 commits into
main
from
release-please--branches--main--changes--next
Oct 11, 2023
Merged
release: 0.3.14 #152
rattrayalex
merged 19 commits into
main
from
release-please--branches--main--changes--next
Oct 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 14, 2023 09:37
d61cb58
to
9cac11b
Compare
This means you can check if a field was included in the response by accessing `model_fields_set` in pydantic v2 and `__fields_set__` in v1.
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 14, 2023 16:17
0a8e79e
to
da6ccb1
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 14, 2023 16:34
3af5b84
to
46386f8
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 14, 2023 17:55
7f584c5
to
00f5a19
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2023 10:14
5f92dc2
to
59fe4e3
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 19, 2023 02:30
74115d7
to
43544a6
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 22, 2023 15:52
ae3e339
to
76cfcf9
Compare
…ons (⚠️ breaking) (#162) ## Migration Guide If you were instantiating our error classes directly, you may no longer pass a `request` kwarg (it is now pulled from the `response`). ```diff # before: - BadRequestError("Test", response=response, request=request) # after: + BadRequestError("Test", response=response) ```
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 22, 2023 22:28
a405b04
to
329b307
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 25, 2023 13:59
9599be6
to
e7aa3e7
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 27, 2023 03:55
1a3d26d
to
8042473
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 2, 2023 10:52
4d23f3e
to
bb7d129
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 2, 2023 21:37
cdc2774
to
afeabf1
Compare
If you're still using Pydantic v1 then we've added aliases for these methods introduced in Pydantic v2: - model_dump - model_dump_json
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 9, 2023 11:00
6ee5ae2
to
4c5289e
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 11, 2023 10:08
69baafc
to
351095b
Compare
stainless-bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 11, 2023 10:48
5b9f1e5
to
25046c4
Compare
rattrayalex
approved these changes
Oct 11, 2023
🤖 Release is at https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.3.14 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.3.14 (2023-10-11)
Full Changelog: v0.3.13...v0.3.14
Features
Bug Fixes
Chores
Documentation
This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).
More technical details can be found at stainless-api/release-please.