-
Notifications
You must be signed in to change notification settings - Fork 377
feat: add ImpitHttpClient
http-client client using the impit
library
#1151
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
base: master
Are you sure you want to change the base?
Conversation
For now, I suggest adding Awaiting a decision - apify/impit#123 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
pyproject.toml:63
- The version requirement for impit in the main dependencies (>=0.1.0) differs from the one in the adaptive-crawler section (>=0.2.0), which may lead to dependency conflicts. Consider aligning them to a consistent version.
"impit>=0.1.0",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Description
ImpitHttpClient
http-client client using theimpit
libraryIssues
impit
as HTTP client #1079Testing
Added tests for
ImpitHttpClient
.ImpitHttpClient
is enabled for all tests using http-client