Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
An awesome JSON serialisation/deserialisation python lib for complex types
Python 3
-
-
-
-
-
78 contributions in the last year
Contribution activity
November 2020
Created 1 repository
- vphilippon/HTTPretty Python
Created a pull request in gabrielfalcao/HTTPretty that received 6 comments
Handle socket version check in urllib3>=1.26
Reviewed 1 pull request in 1 repository
jazzband/pip-tools 1 pull request
Created an issue in gabrielfalcao/HTTPretty that received 1 comment
Incompatibility with urllib3>=1.26 when using allow_net_connect=False
Hello!
I stumbled upon an incompatibility when using allow_net_connect=False with urllib3>=1.26.
It boils down to this line in urllib3:
https://git…