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 async requests and update visual response #6

Merged
merged 20 commits into from
Jan 9, 2024
Merged

Conversation

JR-1991
Copy link
Member

@JR-1991 JR-1991 commented Jan 9, 2024

  • Ditched grequest in favor for aiohttp and due to incompatibilities Monkey patch SSL issue using grequests #2
  • Almost all operations are asynchronous (direct upload, native upload, file hashing)
  • Visual response has been updated using rich resulting in a cleaner visual response
  • Migrated to pydantic 2.5
  • Added testing framework (unit and integration tests)

Closes #2

@JR-1991 JR-1991 self-assigned this Jan 9, 2024
@JR-1991 JR-1991 merged commit 1821afc into main Jan 9, 2024
4 checks passed
@JR-1991 JR-1991 deleted the async-requests 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monkey patch SSL issue using grequests
1 participant