Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: async support #111

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

WIP: async support #111

wants to merge 1 commit into from

Conversation

matthewelwell
Copy link
Contributor

@matthewelwell matthewelwell commented Sep 26, 2024

This PR adds async support to the python client.

Note that this is a draft at the moment, and takes the approach of simply replacing the current client with one that supports async. Probably to get this into a releasable state, we want to either create async / non-async methods on the client, or create 2 separate clients - an async and a non-async one.

This PR is also a breaking change, as it replaces the use of the requests module with the httpx module. As such, we will no longer be able to support the Retry class that is currently provided as an argument to the constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant