chore(main): release 7.3.1#725
Merged
GregHolmes merged 1 commit intoJun 3, 2026
Merged
Conversation
GregHolmes
approved these changes
Jun 3, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or 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
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.
🤖 I have created a release beep boop
7.3.1 (2026-06-03)
Bug Fixes
What's in this release
This release ships a single PR (#724), an SDK regeneration that bumped the Fern Python generator
5.8.3 → 5.14.8.Dependency fix (closes #701)
pydantic-corebound widened from>=2.18.2,<2.44.0to>=2.18.2,<3.0.0inpyproject.tomlandrequirements.txt, resolving the resolver conflict withpydantic>=2.13.poetry.locknow resolvespydantic-core 2.46.4.New: client-level
max_retriesparameter (generator feature)max_retriesparameter, with a per-request override viarequest_optionsthat takes precedence over the client-level value.2is unchanged. The only new capability is that retries are now configurable from the client constructor (e.g. passmax_retries=0to disable).base_client.py,core/client_wrapper.py, plus generated coverage intests/utils/test_http_client.py.Verification (from #724)
poetry run mypy src/— clean (801 files)poetry run pytest -rP .— 222 passed, 4 skipped (incl. all custom back-compat regression tests)This PR was generated with Release Please. See documentation.