Skip to content

Commit 703d7f4

Browse files
sfc-gh-mkellergithub-actions
and
github-actions
authored
3.12.4 release (#2113)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <github-actions@github.com>
1 parent fef06c3 commit 703d7f4

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

DESCRIPTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.12.4(TBD)
11+
- v3.12.4(December 3,2024)
1212
- Fixed a bug where multipart uploads to Azure would be missing their MD5 hashes.
1313
- Fixed a bug where OpenTelemetry header injection would sometimes cause Exceptions to be thrown.
1414
- Fixed a bug where OCSP checks would throw TypeError and make mainly GCP blob storage unreachable.

src/snowflake/connector/version.py

+1-1
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 = (3, 12, 3, None)
3+
VERSION = (3, 12, 4, None)

tested_requirements/requirements_310.reqs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
55
charset-normalizer==3.4.0
6-
cryptography==43.0.3
6+
cryptography==44.0.0
77
filelock==3.16.1
88
idna==3.10
9-
packaging==24.1
9+
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
12-
PyJWT==2.9.0
13-
pyOpenSSL==24.2.1
12+
PyJWT==2.10.1
13+
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.2.3
20-
snowflake-connector-python==3.12.3
20+
snowflake-connector-python==3.12.4

tested_requirements/requirements_311.reqs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
55
charset-normalizer==3.4.0
6-
cryptography==43.0.3
6+
cryptography==44.0.0
77
filelock==3.16.1
88
idna==3.10
9-
packaging==24.1
9+
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
12-
PyJWT==2.9.0
13-
pyOpenSSL==24.2.1
12+
PyJWT==2.10.1
13+
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.2.3
20-
snowflake-connector-python==3.12.3
20+
snowflake-connector-python==3.12.4

tested_requirements/requirements_312.reqs

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
55
charset-normalizer==3.4.0
6-
cryptography==43.0.3
6+
cryptography==44.0.0
77
filelock==3.16.1
88
idna==3.10
9-
packaging==24.1
9+
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
12-
PyJWT==2.9.0
13-
pyOpenSSL==24.2.1
12+
PyJWT==2.10.1
13+
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
16-
setuptools==75.2.0
16+
setuptools==75.6.0
1717
sortedcontainers==2.4.0
1818
tomlkit==0.13.2
1919
typing_extensions==4.12.2
2020
urllib3==2.2.3
21-
wheel==0.44.0
22-
snowflake-connector-python==3.12.3
21+
wheel==0.45.1
22+
snowflake-connector-python==3.12.4

tested_requirements/requirements_38.reqs

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
55
charset-normalizer==3.4.0
6-
cryptography==43.0.3
6+
cryptography==44.0.0
77
filelock==3.16.1
88
idna==3.10
9-
packaging==24.1
9+
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
13-
pyOpenSSL==24.2.1
13+
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==1.26.20
20-
snowflake-connector-python==3.12.3
20+
snowflake-connector-python==3.12.4

tested_requirements/requirements_39.reqs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
55
charset-normalizer==3.4.0
6-
cryptography==43.0.3
6+
cryptography==44.0.0
77
filelock==3.16.1
88
idna==3.10
9-
packaging==24.1
9+
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
12-
PyJWT==2.9.0
13-
pyOpenSSL==24.2.1
12+
PyJWT==2.10.1
13+
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==1.26.20
20-
snowflake-connector-python==3.12.3
20+
snowflake-connector-python==3.12.4

0 commit comments

Comments
 (0)