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

Migrate to httpx #16

Merged
merged 13 commits into from
May 11, 2024
Merged

Migrate to httpx #16

merged 13 commits into from
May 11, 2024

Conversation

JR-1991
Copy link
Member

@JR-1991 JR-1991 commented May 11, 2024

Overview

This PR migrates the main HTTP library used in DVUploader from aiohttp to httpx for a cleaner implementation and in alignment with the recent pyDataverse release. In addition, the library tenacity has been introduced to replace the previous retry routines. This PR also includes a minor cleanup and the addition of a ruff workflow for linting as well as a codepell workflow to check for spelling mistakes.

TLDR

  • Migration from aiohttp to httpx
  • Linting workflows for PEP compliance

@JR-1991 JR-1991 added the enhancement New feature or request label May 11, 2024
@JR-1991 JR-1991 added this to the 0.3.0 milestone May 11, 2024
@JR-1991 JR-1991 self-assigned this May 11, 2024
@JR-1991 JR-1991 merged commit efc3cdb into main May 11, 2024
8 checks passed
@JR-1991 JR-1991 deleted the migrate-to-httpx branch May 12, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant