Skip to content

bump urllib version to version 2.2.2#1998

Open
sfc-gh-dbouassida wants to merge 2 commits intomainfrom
bump-urllib-to-v2
Open

bump urllib version to version 2.2.2#1998
sfc-gh-dbouassida wants to merge 2 commits intomainfrom
bump-urllib-to-v2

Conversation

@sfc-gh-dbouassida
Copy link

@sfc-gh-dbouassida sfc-gh-dbouassida commented Jul 11, 2024

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SNOW-1530499: Bump urllib3 version to 2.2.2 #1997

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am modifying authorization mechanisms
    • I am adding new credentials
    • I am modifying OCSP code
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

What is the current behavior?

The current version of urllib3 used is 1.26.18.

What is the desired behavior?

Update the urllib3 version to 2.2.2.

How would this improve snowflake-connector-python?

The main feature of interest in urllib3 2.2.2 is the support for decompression of zstd when the content-encoding header is set to zstd. This update will allow the connector to handle zstd-encoded content.

References and other background

A PR with the new version will be created initially to check if all merge gates pass. This is primarily an experimental change to assess compatibility and improvements.

@github-actions
Copy link

github-actions bot commented Sep 2, 2024


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SNOW-1530499: Bump urllib3 version to 2.2.2

1 participant