We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc5f26 commit c643518Copy full SHA for c643518
openfga_sdk/client/client.py
@@ -120,6 +120,8 @@ def options_to_kwargs(
120
kwargs["_headers"] = options["headers"]
121
if options.get("retry_params"):
122
kwargs["_retry_params"] = options["retry_params"]
123
+ if options.get("async_req") is not None:
124
+ kwargs["async_req"] = options["async_req"]
125
return kwargs
126
127
openfga_sdk/sync/client/client.py
@@ -121,6 +121,8 @@ def options_to_kwargs(
128
0 commit comments