adamchainz / ec2-metadata

An easy interface to query the EC2 metadata API, with caching.
MIT License
111 stars 31 forks source link

Move from requests to urllib3 #539

Open adamchainz opened 1 week ago

adamchainz commented 1 week ago

Description

Like https://medium.com/@technige/what-does-requests-offer-over-urllib3-in-2022-e6a38d9273d9

Fewer dependencies and easier to understand.

The main user-facing change will be in the session argument.