Comparing technicalabinesh:main...openfga:main · technicalabinesh/python-sdk
Commits on Oct 24, 2025
-
chore: reduce generated code (openfga#236)
* chore: add constants file * chore: fix test nesting * chore: remove autogenerated code headers from files no longer generated * chore: regenerate and lint cleanup * chore: fix constants file being ignored * chore: fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Commits on Oct 27, 2025
-
feat: support write conflicts options (openfga#237)
* feat: implementation along with tests * feat: support write conflict idempotency * fix : tests for default on missing and on dupl * fix: tests fix and ruff fix * feat: add readme updates for write conflict changes * feat: changelog and readme changes * fix: lint errors and update from sdk generator * fix: apply suggestions from code review Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * feat: remove API options from readme * feat: add all changes to tests and client * feat: address comments, pass settings in opts * feat: condense readme text and give options * feat: reformat readme.md * feat: minor fmt * feat: lint fix add commas * fix: value error f string * feat: backward compatibility --------- Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
Commits on Nov 4, 2025
Commits on Dec 11, 2025
Commits on Jan 26, 2026
-
chore(deps): bump the uv group across 1 directory with 2 updates (ope…
…nfga#254) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: uv - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Mar 23, 2026
-
feat: add execute_api_request method for calling arbitrary endpoints (o…
…penfga#252) * feat: add raw_request method * update: handling double-JSON-encodes * addRawRequestMethod: fix testcases & remove trailing spaces * addRawRequestMethod: update-changes-requested * updates * updated-requested-changes * update-suggested-changes * feat: refactor method to execute api method * fix: tetss and refactor * feat: example for existing endpoints * fix: lint * fix: cleanup * feat: execute api request api layer refactor * fix: changelog and ruff lint * feat: remove unused import * feat: address comments * fix: streaming stuff * fix: rename tests and example * feat: address comments * fix: refactor * fix: _retry_params * fix: lint --------- Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>