release: v0.10.3#286
Merged
SoulPancake merged 3 commits intomainfrom May 4, 2026
Merged
Conversation
Release-As: 0.10.3
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #286 +/- ##
=======================================
Coverage 69.92% 69.92%
=======================================
Files 141 141
Lines 10768 10768
=======================================
Hits 7530 7530
Misses 3238 3238 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Related Knowledge 1 document with suggested updates is ready for review. OpenFGA's Space Retry-After Header and Retry StrategyView Suggested Changes@@ -136,7 +136,7 @@
---
### Python SDK
-**Version Introduced:** v0.9.4 (Current version: v0.10.1)
+**Version Introduced:** v0.9.4 (Current version: v0.10.3)
**[Changelog](https://github.com/openfga/python-sdk/pull/189)**
#### Retry-After Handling
@@ -167,7 +167,7 @@
#### Migration Guidance
- The default `max_retry` is now 3 (was previously 15).
- Ensure any custom retry logic or error handling is updated to use the new configuration and error exposure patterns.
-- Upgrade to v0.10.1+ for full `Retry-After` support and the latest features.
+- Upgrade to v0.10.3+ for full `Retry-After` support and the latest features.
##### Breaking Changes in v0.10.0
- The `_return_http_data_only`, `_preload_content`, `_request_auth`, `async_req`, and `_request_timeout` kwargs have been removed from all `OpenFgaApi` and `SyncOpenFgaApi` endpoint methods. These were internal implementation details not intended for external use. |
Removed miscellaneous section and release note for version 0.10.3 from CHANGELOG.
Contributor
There was a problem hiding this comment.
Pull request overview
Release-please generated version bump for the OpenFGA Python SDK to v0.10.3, aligning package metadata, SDK constants, examples, and release artifacts with the new release.
Changes:
- Bump SDK/package version references from
0.10.2to0.10.3across packaging and metadata files. - Update
SDK_VERSIONandUSER_AGENTconstants to0.10.3. - Add the
0.10.3release entry toCHANGELOG.md.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates editable package version metadata to 0.10.3. |
pyproject.toml |
Bumps project version to 0.10.3. |
openfga_sdk/constants.py |
Updates SDK_VERSION and USER_AGENT to 0.10.3. |
example/example1/setup.py |
Updates example dependency constraint to openfga-sdk >= 0.10.3. |
example/example1/requirements.txt |
Updates example dependency constraint to openfga-sdk >= 0.10.3. |
VERSION.txt |
Bumps release-please tracked version to 0.10.3. |
README.md |
Updates Socket badge URL to 0.10.3. |
CHANGELOG.md |
Adds changelog entry for 0.10.3. |
.release-please-manifest.json |
Updates manifest version to 0.10.3. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
emilic
approved these changes
May 4, 2026
SoulPancake
approved these changes
May 4, 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
0.10.3 (2026-05-04)
Fixed
Miscellaneous
This PR was generated with Release Please. See documentation.