python-sdk
python-sdk copied to clipboard
OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
Bumps the dependencies group with 3 updates: [autoflake](https://github.com/PyCQA/autoflake), [black](https://github.com/psf/black) and [pyupgrade](https://github.com/asottile/pyupgrade). Updates `autoflake` from 2.3.0 to 2.3.1 Release notes Sourced from autoflake's releases. v2.3.1 What's Changed Update pre-commit config by...
Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4.1.1 to 4.1.4 Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved As a user, I'd like to...
Allow passing in request as a dictionary that the SDK can attempt to parse into the required classes
Currently, the WriteAuthorizationModelRequest object used for (write authorization model)[https://github.com/openfga/python-sdk/blob/main/README.md#write-authorization-model] is large and difficult to understand. Ideally, we want to break it apart into smaller pieces For example, ``` body =...
In the current implementation, get_store return the OpenFGA store specified in the client_api configuration. Except by listing all the stores with list_stores, I don't see any other way to get...
Related SDK Generator issue: https://github.com/openfga/sdk-generator/issues/77
### Checklist - [X] I have looked into the [README](https://github.com/openfga/python-sdk/blob/main/README.md) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://openfga.dev/docs) and have not...
Bumps the dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.0 to 5.1.1 Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows...
Bumps the dependencies group with 1 update: [pyupgrade](https://github.com/asottile/pyupgrade). Updates `pyupgrade` from 3.16.0 to 3.17.0 Commits a25bb53 v3.17.0 4e28911 Merge pull request #948 from asottile/pep-696 d17f461 run pyupgrade on itself cc45199...