Skip to content

Commit 9f72374

Browse files
sfc-gh-pczajkacursoragentgithub-actions
authored
Bump up version to 4.6.0 (#2890)
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 0b1d9ce commit 9f72374

7 files changed

Lines changed: 48 additions & 48 deletions

File tree

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- Upcoming Release
10+
- v4.6.0(May 28,2026)
1111
- Dropped support for Python 3.9. The minimum supported version is now Python 3.10.
1212
- Fixed sdist to only install the minicore binary matching the current platform (SNOW-3526469). Previous 4.x releases copied every platform's minicore `.so`/`.dylib`/`.dll` into the install prefix, breaking downstream packagers (e.g. Homebrew) whose audits reject foreign-arch binaries.
1313
- Added one in-band telemetry record per successful login describing which connection-identifier fields the user supplied (`account_provided`, `account_with_region`, `account_org_provided`, `region_provided`, `host_provided`). No hostname or account value is included. This is gated by the existing server-side `CLIENT_TELEMETRY_ENABLED` parameter and can additionally be disabled locally by setting `SF_TELEMETRY_DISABLE_CONNECTION_SHAPE=true`. The telemetry collection is time-boxed and will be removed in a future release.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the fourth version number from None
3-
VERSION = (4, 5, 0, None)
3+
VERSION = (4, 6, 0, None)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.10.20
22
asn1crypto==1.5.1
3-
boto3==1.43.6
4-
botocore==1.43.6
5-
certifi==2026.4.22
3+
boto3==1.43.16
4+
botocore==1.43.16
5+
certifi==2026.5.20
66
cffi==2.0.0
77
charset-normalizer==3.4.7
88
cryptography==48.0.0
99
filelock==3.29.0
10-
idna==3.14
10+
idna==3.16
1111
jmespath==1.1.0
1212
packaging==26.2
13-
platformdirs==4.9.6
13+
platformdirs==4.10.0
1414
pycparser==3.0
15-
PyJWT==2.12.1
15+
PyJWT==2.13.0
1616
pyOpenSSL==26.2.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
19-
requests==2.34.0
20-
s3transfer==0.17.0
19+
requests==2.34.2
20+
s3transfer==0.17.1
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.15.0
2424
typing_extensions==4.15.0
2525
urllib3==2.7.0
26-
snowflake-connector-python==4.5.0
26+
snowflake-connector-python==4.6.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.11.15
22
asn1crypto==1.5.1
3-
boto3==1.43.6
4-
botocore==1.43.6
5-
certifi==2026.4.22
3+
boto3==1.43.16
4+
botocore==1.43.16
5+
certifi==2026.5.20
66
cffi==2.0.0
77
charset-normalizer==3.4.7
88
cryptography==48.0.0
99
filelock==3.29.0
10-
idna==3.14
10+
idna==3.16
1111
jmespath==1.1.0
1212
packaging==26.2
13-
platformdirs==4.9.6
13+
platformdirs==4.10.0
1414
pycparser==3.0
15-
PyJWT==2.12.1
15+
PyJWT==2.13.0
1616
pyOpenSSL==26.2.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
19-
requests==2.34.0
20-
s3transfer==0.17.0
19+
requests==2.34.2
20+
s3transfer==0.17.1
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.15.0
2424
typing_extensions==4.15.0
2525
urllib3==2.7.0
26-
snowflake-connector-python==4.5.0
26+
snowflake-connector-python==4.6.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Generated on: Python 3.12.13
22
asn1crypto==1.5.1
3-
boto3==1.43.6
4-
botocore==1.43.6
5-
certifi==2026.4.22
3+
boto3==1.43.16
4+
botocore==1.43.16
5+
certifi==2026.5.20
66
cffi==2.0.0
77
charset-normalizer==3.4.7
88
cryptography==48.0.0
99
filelock==3.29.0
10-
idna==3.14
10+
idna==3.16
1111
jmespath==1.1.0
1212
packaging==26.2
13-
platformdirs==4.9.6
13+
platformdirs==4.10.0
1414
pycparser==3.0
15-
PyJWT==2.12.1
15+
PyJWT==2.13.0
1616
pyOpenSSL==26.2.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
19-
requests==2.34.0
20-
s3transfer==0.17.0
19+
requests==2.34.2
20+
s3transfer==0.17.1
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.5.0
28+
snowflake-connector-python==4.6.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Generated on: Python 3.13.13
22
asn1crypto==1.5.1
3-
boto3==1.43.6
4-
botocore==1.43.6
5-
certifi==2026.4.22
3+
boto3==1.43.16
4+
botocore==1.43.16
5+
certifi==2026.5.20
66
cffi==2.0.0
77
charset-normalizer==3.4.7
88
cryptography==48.0.0
99
filelock==3.29.0
10-
idna==3.14
10+
idna==3.16
1111
jmespath==1.1.0
1212
packaging==26.2
13-
platformdirs==4.9.6
13+
platformdirs==4.10.0
1414
pycparser==3.0
15-
PyJWT==2.12.1
15+
PyJWT==2.13.0
1616
pyOpenSSL==26.2.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
19-
requests==2.34.0
20-
s3transfer==0.17.0
19+
requests==2.34.2
20+
s3transfer==0.17.1
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.5.0
28+
snowflake-connector-python==4.6.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.14.4
1+
# Generated on: Python 3.14.5
22
asn1crypto==1.5.1
3-
boto3==1.43.6
4-
botocore==1.43.6
5-
certifi==2026.4.22
3+
boto3==1.43.16
4+
botocore==1.43.16
5+
certifi==2026.5.20
66
cffi==2.0.0
77
charset-normalizer==3.4.7
88
cryptography==48.0.0
99
filelock==3.29.0
10-
idna==3.14
10+
idna==3.16
1111
jmespath==1.1.0
1212
packaging==26.2
13-
platformdirs==4.9.6
13+
platformdirs==4.10.0
1414
pycparser==3.0
15-
PyJWT==2.12.1
15+
PyJWT==2.13.0
1616
pyOpenSSL==26.2.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
19-
requests==2.34.0
20-
s3transfer==0.17.0
19+
requests==2.34.2
20+
s3transfer==0.17.1
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.5.0
28+
snowflake-connector-python==4.6.0

0 commit comments

Comments
 (0)