Skip to content

Commit

Permalink
Patch python connector version bump (#2079)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins User <900904>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
sfc-gh-jdu and github-actions authored Oct 24, 2024
1 parent c965070 commit 9f9c71e
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 45 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.3(TBD)
- v3.12.3(October 25,2024)
- Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
- Improved error message for SQL execution cancellations caused by timeout.

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, 2, None)
VERSION = (3, 12, 3, None)
18 changes: 9 additions & 9 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.10.14
# Generated on: Python 3.10.15
asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==43.0.1
filelock==3.16.0
idna==3.8
charset-normalizer==3.4.0
cryptography==43.0.3
filelock==3.16.1
idna==3.10
packaging==24.1
platformdirs==4.3.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
snowflake-connector-python==3.12.2
urllib3==2.2.3
snowflake-connector-python==3.12.3
18 changes: 9 additions & 9 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.11.9
# Generated on: Python 3.11.10
asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==43.0.1
filelock==3.16.0
idna==3.8
charset-normalizer==3.4.0
cryptography==43.0.3
filelock==3.16.1
idna==3.10
packaging==24.1
platformdirs==4.3.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
pytz==2024.2
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
snowflake-connector-python==3.12.2
urllib3==2.2.3
snowflake-connector-python==3.12.3
20 changes: 10 additions & 10 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Generated on: Python 3.12.5
# Generated on: Python 3.12.7
asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==43.0.1
filelock==3.16.0
idna==3.8
charset-normalizer==3.4.0
cryptography==43.0.3
filelock==3.16.1
idna==3.10
packaging==24.1
platformdirs==4.3.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
pytz==2024.2
requests==2.32.3
setuptools==74.1.2
setuptools==75.2.0
sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
wheel==0.44.0
snowflake-connector-python==3.12.2
snowflake-connector-python==3.12.3
14 changes: 7 additions & 7 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==43.0.1
filelock==3.16.0
idna==3.8
charset-normalizer==3.4.0
cryptography==43.0.3
filelock==3.16.1
idna==3.10
packaging==24.1
platformdirs==4.3.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
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.2
snowflake-connector-python==3.12.3
16 changes: 8 additions & 8 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.9.19
# Generated on: Python 3.9.20
asn1crypto==1.5.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==43.0.1
filelock==3.16.0
idna==3.8
charset-normalizer==3.4.0
cryptography==43.0.3
filelock==3.16.1
idna==3.10
packaging==24.1
platformdirs==4.3.2
platformdirs==4.3.6
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pytz==2024.1
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.2
snowflake-connector-python==3.12.3

0 comments on commit 9f9c71e

Please sign in to comment.