Merged
Conversation
Release-As: 0.10.2
Removed miscellaneous section and release note for version 0.10.2 from CHANGELOG.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
=======================================
Coverage 69.91% 69.91%
=======================================
Files 140 140
Lines 10764 10764
=======================================
Hits 7526 7526
Misses 3238 3238 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
poovamraj
approved these changes
Apr 21, 2026
curfew-marathon
approved these changes
Apr 21, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This release-please PR bumps the OpenFGA Python SDK from 0.10.1 to 0.10.2, aligning package metadata, runtime version constants, examples, and docs with the new release and adding a corresponding changelog entry.
Changes:
- Bumped SDK/package versions across project metadata (
pyproject.toml, manifest, VERSION.txt) and lockfile (uv.lock). - Updated runtime version constants (
SDK_VERSION,USER_AGENT) to0.10.2. - Refreshed example dependency pins and README badge to reference
0.10.2, and added the0.10.2changelog section.
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 to 0.10.2 in the lockfile. |
| pyproject.toml | Bumps project version to 0.10.2. |
| openfga_sdk/constants.py | Updates SDK_VERSION and USER_AGENT to 0.10.2. |
| example/example1/setup.py | Updates example’s minimum openfga-sdk version constraint. |
| example/example1/requirements.txt | Updates example’s minimum openfga-sdk version constraint. |
| VERSION.txt | Updates release-please tracked version marker to 0.10.2. |
| README.md | Updates Socket badge version to 0.10.2. |
| CHANGELOG.md | Adds 0.10.2 release notes section. |
| .release-please-manifest.json | Updates release-please manifest to 0.10.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.2 (2026-04-21)
Added
Miscellaneous
This PR was generated with Release Please. See documentation.