Skip to content

Update deps and docs after urllib3 migration #2777

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

Closed
jku opened this issue Jan 31, 2025 · 1 comment
Closed

Update deps and docs after urllib3 migration #2777

jku opened this issue Jan 31, 2025 · 1 comment

Comments

@jku
Copy link
Member

jku commented Jan 31, 2025

  • Document RequestsFetcher as deprecated
  • Make sure we mention that RequestsFetcher is still available (but deprecated, and needs an added dependency)
  • Remove dependency on requests (and 3 indirect deps) after the code base no longer needs it (with the exception of the deprecated RequestFetcher)
  • Document that TLS certs now come from operating system, point to truststore project as something applications may want to use

PRs handling this:

@jku
Copy link
Member Author

jku commented Feb 16, 2025

#2773 (merged):

  • Documents RequestsFetcher as deprecated
  • Makes Updater not import RequestsFetcher by default
  • Remove requests, idna, charset-normalizer, certifi from dependencies

#2789:

  • Documents Updater default HTTP handling (urllib3, certificates, proxies)

@jku jku closed this as completed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant