-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: openfga/python-sdk
base: v0.10.2
head repository: openfga/python-sdk
compare: v0.10.3
- 5 commits
- 14 files changed
- 5 contributors
Commits on Apr 22, 2026
-
chore(deps): update python-dotenv requirement from <2,>=1 to >=1.2.2,…
…<2 in /example/example1 (#280) chore(deps): update python-dotenv requirement in /example/example1 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbcdaac - Browse repository at this point
Copy the full SHA fbcdaacView commit details
Commits on Apr 24, 2026
-
chore(deps): update aiohttp requirement from <4,>=3.12.15 to >=3.13.5…
…,<4 in /example/example1 (#282) chore(deps): update aiohttp requirement in /example/example1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f07861e - Browse repository at this point
Copy the full SHA f07861eView commit details
Commits on May 2, 2026
-
fix: add token expiry buffer to prevent expired token usage and lock …
…concurrent refreshes (#283) * fix: add token expiry buffer to prevent expired token usage * feat: add lock to prevent concurrent token refreshes * fix: ruff check * fix: address comment * fix: use atomic token state to eliminate torn-read race condition Replace three separate mutable fields with a single frozen dataclass assigned atomically, ensuring concurrent threads always see a complete token state snapshot. * fix: ruff? * feat: restructure and extract common class and func
Configuration menu - View commit details
-
Copy full SHA for 3b31489 - Browse repository at this point
Copy the full SHA 3b31489View commit details
Commits on May 4, 2026
-
chore(deps): bump the dependencies group in /example/example1 with 6 …
…updates (#285) chore(deps): bump the dependencies group Updates the requirements on [attrs](https://github.com/python-attrs/attrs), [frozenlist](https://github.com/aio-libs/frozenlist), [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [urllib3](https://github.com/urllib3/urllib3) and [yarl](https://github.com/aio-libs/yarl) to permit the latest version. Updates `attrs` to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.3.0...26.1.0) Updates `frozenlist` to 1.8.0 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](aio-libs/frozenlist@v1.7.0...v1.8.0) Updates `idna` to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.13) Updates `multidict` to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.6.4...v6.7.1) Updates `urllib3` to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.6.3) Updates `yarl` to 1.23.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.20.1...v1.23.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: frozenlist dependency-version: 1.8.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production dependency-group: dependencies - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: dependencies - dependency-name: yarl dependency-version: 1.23.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4494004 - Browse repository at this point
Copy the full SHA 4494004View commit details -
* chore: release 0.10.3 Release-As: 0.10.3 * release: v0.10.3 * fix: Update CHANGELOG to remove miscellaneous section Removed miscellaneous section and release note for version 0.10.3 from CHANGELOG. --------- Co-authored-by: openfga-releaser-bot <[email protected]> Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Bandyopadhyay <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e23a6d5 - Browse repository at this point
Copy the full SHA e23a6d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.2...v0.10.3