python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

OpenFGA SDK doesn't seem to support async_req parameter

Open dandua98-cohere opened this issue 6 months ago • 0 comments

Checklist

  • [x] I have looked into the README and have not found a suitable solution or answer.
  • [x] I have looked into the documentation and have not found a suitable solution or answer.
  • [x] I have searched the issues and have not found a suitable solution or answer.
  • [x] I have upgraded to the latest version of OpenFGA and the issue still persists.
  • [x] I have searched the Slack community and have not found a suitable solution or answer.
  • [x] I agree to the terms within the OpenFGA Code of Conduct.

Description

Unless I missed something, it seems the async_req parameter to send requests asynchronously cannot be set from the public APIs. options_to_kwargs doesn't support this parameter, so there's no way to set it without using internal APIs. Is this expected?

Expectation

Description is explanatory.

Reproduction

OpenFGA SDK version

0.9.4

OpenFGA version

1.8

SDK Configuration

Logs

No response

References

No response

dandua98-cohere avatar May 23 '25 17:05 dandua98-cohere