Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openfga/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: openfga/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.3
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 22, 2026

  1. 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>
    dependabot[bot] authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    fbcdaac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. 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]>
    dependabot[bot] and curfew-marathon authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    f07861e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2026

  1. 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
    SoulPancake authored May 2, 2026
    Configuration menu
    Copy the full SHA
    3b31489 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. 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>
    dependabot[bot] authored May 4, 2026
    Configuration menu
    Copy the full SHA
    4494004 View commit details
    Browse the repository at this point in the history
  2. release: v0.10.3 (#286)

    * 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]>
    3 people authored May 4, 2026
    Configuration menu
    Copy the full SHA
    e23a6d5 View commit details
    Browse the repository at this point in the history
Loading