You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Experiment with bumping urllib3 version to 2.2.2
SNOW-1530499: Experiment with bumping urllib3 version to 2.2.2
Jul 11, 2024
sfc-gh-dbouassida
changed the title
SNOW-1530499: Experiment with bumping urllib3 version to 2.2.2
SNOW-1530499: Bump urllib3 version to 2.2.2
Sep 19, 2024
What is the current behavior?
The current version of
urllib3
used is1.26.18
.What is the desired behavior?
Update the
urllib3
version to2.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.
The text was updated successfully, but these errors were encountered: