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
I suggest replacing it with our custom data type (either the Pydantic model or data class).
Also please find other occurrences of the httpx.URL in the Crawlee and replace them with our custom type.
The text was updated successfully, but these errors were encountered:
vdusek
added
t-tooling
Issues with this label are in the ownership of the tooling team.
debt
Code quality improvement or decrease of technical debt.
labels
Oct 29, 2024
This new type could potentially be used more widely throughout the project, including in the Request model. It could also offer setters for managing query parameters and other attributes. Additionally, it might replace some of our existing URL-related helpers in _utils/urls.py and parts of _utils/requests.py, such as the URL normalization.
httpx.URL
in the ProxyConfiguration.httpx.URL
in the Crawlee and replace them with our custom type.The text was updated successfully, but these errors were encountered: