You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query method is synchronous, meaning that if it is used in, e.g., a web handler, it blocks. Would it be possible to use httpx or similar instead of requests so that .query(...) can be async awaited?
The text was updated successfully, but these errors were encountered:
The
query
method is synchronous, meaning that if it is used in, e.g., a web handler, it blocks. Would it be possible to use httpx or similar instead of requests so that.query(...)
can be async awaited?The text was updated successfully, but these errors were encountered: