-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementThe issue is a request for improvement or a new featureThe issue is a request for improvement or a new featurestatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
Description
What is the current behavior?
snowflake-connector-python 3.12.0(latest version as of the creation of this issue) depends on urllib3<2.0.0 and >=1.21.1
What is the desired behavior?
snowflake-connector-python is compatible with urllib>2.0.0 (ideally 2.2.2)
How would this improve snowflake-connector-python?
urllib3<2.0.0 has potential security issues on some operating systems.

References and other background
I noticed a different issue that has the same goal, meaning a potential upgrade to the urllib version(this one). However, the reason for the request was different.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementThe issue is a request for improvement or a new featureThe issue is a request for improvement or a new featurestatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team