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.9.8
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.9.9
Choose a head ref
  • 3 commits
  • 17 files changed
  • 2 contributors

Commits on Nov 25, 2025

  1. feat: improve error messaging (#245)

    * feat: improve errors and relay err codes and msgs
    
    * fix: readme
    
    * fix: ruff lint
    
    * feat: update
    
    * feat: address copilot comments
    SoulPancake authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    5227a6a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore(deps): bump the dependencies group with 4 updates (#246)

    Bumps the dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `github/codeql-action` from 4.31.2 to 4.31.6
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0499de3...fe4161a)
    
    Updates `actions/dependency-review-action` from 4.8.1 to 4.8.2
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@40c09b7...3c4e3dc)
    
    Updates `astral-sh/setup-uv` from 7.1.2 to 7.1.4
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@8585678...1e862df)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: github/codeql-action
      dependency-version: 4.31.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.8.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.1.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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 Dec 2, 2025
    Configuration menu
    Copy the full SHA
    fd04bc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. release: v0.9.9 (#247)

    * release: v0.9.9
    
    * fix: version compare tag
    SoulPancake authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    79eaaea View commit details
    Browse the repository at this point in the history
Loading