Skip to content

Commit

Permalink
3.12.4 release (#2113)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins User <900904>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
sfc-gh-mkeller and github-actions authored Dec 4, 2024
1 parent fef06c3 commit 703d7f4
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.12.4(TBD)
- v3.12.4(December 3,2024)
- Fixed a bug where multipart uploads to Azure would be missing their MD5 hashes.
- Fixed a bug where OpenTelemetry header injection would sometimes cause Exceptions to be thrown.
- Fixed a bug where OCSP checks would throw TypeError and make mainly GCP blob storage unreachable.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 12, 3, None)
VERSION = (3, 12, 4, None)
10 changes: 5 additions & 5 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cryptography==43.0.3
cryptography==44.0.0
filelock==3.16.1
idna==3.10
packaging==24.1
packaging==24.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
PyJWT==2.10.1
pyOpenSSL==24.3.0
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.3
snowflake-connector-python==3.12.3
snowflake-connector-python==3.12.4
10 changes: 5 additions & 5 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cryptography==43.0.3
cryptography==44.0.0
filelock==3.16.1
idna==3.10
packaging==24.1
packaging==24.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
PyJWT==2.10.1
pyOpenSSL==24.3.0
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.3
snowflake-connector-python==3.12.3
snowflake-connector-python==3.12.4
14 changes: 7 additions & 7 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cryptography==43.0.3
cryptography==44.0.0
filelock==3.16.1
idna==3.10
packaging==24.1
packaging==24.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
PyJWT==2.10.1
pyOpenSSL==24.3.0
pytz==2024.2
requests==2.32.3
setuptools==75.2.0
setuptools==75.6.0
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.3
wheel==0.44.0
snowflake-connector-python==3.12.3
wheel==0.45.1
snowflake-connector-python==3.12.4
8 changes: 4 additions & 4 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cryptography==43.0.3
cryptography==44.0.0
filelock==3.16.1
idna==3.10
packaging==24.1
packaging==24.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pyOpenSSL==24.3.0
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==1.26.20
snowflake-connector-python==3.12.3
snowflake-connector-python==3.12.4
10 changes: 5 additions & 5 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cryptography==43.0.3
cryptography==44.0.0
filelock==3.16.1
idna==3.10
packaging==24.1
packaging==24.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
PyJWT==2.10.1
pyOpenSSL==24.3.0
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==1.26.20
snowflake-connector-python==3.12.3
snowflake-connector-python==3.12.4

0 comments on commit 703d7f4

Please sign in to comment.