Skip to content

Commit f3d7434

Browse files
Bump up version to 4.4.0 (#2806)
1 parent 218e2f7 commit f3d7434

8 files changed

Lines changed: 84 additions & 56 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.4.0(March 23,2026)
1111
- Bump lower boundary of cryptography to 46.0.5 due to CVE-2026-26007.
1212
- Added support for Python 3.14.
1313
- Removed pyOpenSSL upper bound dependency constraint to allow installation of pyOpenSSL 26.0.0+, which includes a fix for GHSA-vp96-hxj8-p424.

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 forth version number from None
3-
VERSION = (4, 3, 0, None)
3+
VERSION = (4, 4, 0, None)
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Generated on: Python 3.10.19
1+
# Generated on: Python 3.10.20
22
asn1crypto==1.5.1
3-
boto3==1.42.44
4-
botocore==1.42.44
5-
certifi==2026.1.4
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
66
cffi==2.0.0
7-
charset-normalizer==3.4.4
8-
cryptography==46.0.4
9-
filelock==3.20.3
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
9+
filelock==3.25.2
1010
idna==3.11
1111
jmespath==1.1.0
1212
packaging==26.0
13-
platformdirs==4.5.1
13+
platformdirs==4.9.4
1414
pycparser==3.0
15-
PyJWT==2.11.0
15+
PyJWT==2.12.1
1616
pyOpenSSL==26.0.0
1717
python-dateutil==2.9.0.post0
18-
pytz==2025.2
18+
pytz==2026.1.post1
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.14.0
2424
typing_extensions==4.15.0
2525
urllib3==2.6.3
26-
snowflake-connector-python==4.3.0
26+
snowflake-connector-python==4.4.0
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Generated on: Python 3.11.14
1+
# Generated on: Python 3.11.15
22
asn1crypto==1.5.1
3-
boto3==1.42.44
4-
botocore==1.42.44
5-
certifi==2026.1.4
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
66
cffi==2.0.0
7-
charset-normalizer==3.4.4
8-
cryptography==46.0.4
9-
filelock==3.20.3
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
9+
filelock==3.25.2
1010
idna==3.11
1111
jmespath==1.1.0
1212
packaging==26.0
13-
platformdirs==4.5.1
13+
platformdirs==4.9.4
1414
pycparser==3.0
15-
PyJWT==2.11.0
15+
PyJWT==2.12.1
1616
pyOpenSSL==26.0.0
1717
python-dateutil==2.9.0.post0
18-
pytz==2025.2
18+
pytz==2026.1.post1
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.14.0
2424
typing_extensions==4.15.0
2525
urllib3==2.6.3
26-
snowflake-connector-python==4.3.0
26+
snowflake-connector-python==4.4.0
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.12.12
1+
# Generated on: Python 3.12.13
22
asn1crypto==1.5.1
3-
boto3==1.42.44
4-
botocore==1.42.44
5-
certifi==2026.1.4
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
66
cffi==2.0.0
7-
charset-normalizer==3.4.4
8-
cryptography==46.0.4
9-
filelock==3.20.3
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
9+
filelock==3.25.2
1010
idna==3.11
1111
jmespath==1.1.0
1212
packaging==26.0
13-
platformdirs==4.5.1
13+
platformdirs==4.9.4
1414
pycparser==3.0
15-
PyJWT==2.11.0
15+
PyJWT==2.12.1
1616
pyOpenSSL==26.0.0
1717
python-dateutil==2.9.0.post0
18-
pytz==2025.2
18+
pytz==2026.1.post1
1919
requests==2.32.5
2020
s3transfer==0.16.0
21-
setuptools==82.0.0
21+
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.14.0
2525
typing_extensions==4.15.0
2626
urllib3==2.6.3
2727
wheel==0.46.3
28-
snowflake-connector-python==4.3.0
28+
snowflake-connector-python==4.4.0
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.13.11
1+
# Generated on: Python 3.13.12
22
asn1crypto==1.5.1
3-
boto3==1.42.44
4-
botocore==1.42.44
5-
certifi==2026.1.4
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
66
cffi==2.0.0
7-
charset-normalizer==3.4.4
8-
cryptography==46.0.4
9-
filelock==3.20.3
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
9+
filelock==3.25.2
1010
idna==3.11
1111
jmespath==1.1.0
1212
packaging==26.0
13-
platformdirs==4.5.1
13+
platformdirs==4.9.4
1414
pycparser==3.0
15-
PyJWT==2.11.0
15+
PyJWT==2.12.1
1616
pyOpenSSL==26.0.0
1717
python-dateutil==2.9.0.post0
18-
pytz==2025.2
18+
pytz==2026.1.post1
1919
requests==2.32.5
2020
s3transfer==0.16.0
21-
setuptools==82.0.0
21+
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.14.0
2525
typing_extensions==4.15.0
2626
urllib3==2.6.3
2727
wheel==0.46.3
28-
snowflake-connector-python==4.3.0
28+
snowflake-connector-python==4.4.0
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Generated on: Python 3.14.3
2+
asn1crypto==1.5.1
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
6+
cffi==2.0.0
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
9+
filelock==3.25.2
10+
idna==3.11
11+
jmespath==1.1.0
12+
packaging==26.0
13+
platformdirs==4.9.4
14+
pycparser==3.0
15+
PyJWT==2.12.1
16+
pyOpenSSL==26.0.0
17+
python-dateutil==2.9.0.post0
18+
pytz==2026.1.post1
19+
requests==2.32.5
20+
s3transfer==0.16.0
21+
setuptools==82.0.1
22+
six==1.17.0
23+
sortedcontainers==2.4.0
24+
tomlkit==0.14.0
25+
typing_extensions==4.15.0
26+
urllib3==2.6.3
27+
wheel==0.46.3
28+
snowflake-connector-python==4.4.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.9.25
22
asn1crypto==1.5.1
3-
boto3==1.42.44
4-
botocore==1.42.44
5-
certifi==2026.1.4
3+
boto3==1.42.73
4+
botocore==1.42.73
5+
certifi==2026.2.25
66
cffi==2.0.0
7-
charset-normalizer==3.4.4
8-
cryptography==46.0.4
7+
charset-normalizer==3.4.6
8+
cryptography==46.0.5
99
filelock==3.19.1
1010
idna==3.11
1111
jmespath==1.1.0
1212
packaging==26.0
1313
platformdirs==4.4.0
1414
pycparser==2.23
15-
PyJWT==2.11.0
15+
PyJWT==2.12.1
1616
pyOpenSSL==26.0.0
1717
python-dateutil==2.9.0.post0
18-
pytz==2025.2
18+
pytz==2026.1.post1
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.14.0
2424
typing_extensions==4.15.0
2525
urllib3==1.26.20
26-
snowflake-connector-python==4.3.0
26+
snowflake-connector-python==4.4.0

0 commit comments

Comments
 (0)