From 9f9c71ed98e80b7547d28021d04cac7c7b3c677a Mon Sep 17 00:00:00 2001 From: Jianzhun Du <68252326+sfc-gh-jdu@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:56:51 -0700 Subject: [PATCH] Patch python connector version bump (#2079) Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions --- DESCRIPTION.md | 2 +- src/snowflake/connector/version.py | 2 +- tested_requirements/requirements_310.reqs | 18 +++++++++--------- tested_requirements/requirements_311.reqs | 18 +++++++++--------- tested_requirements/requirements_312.reqs | 20 ++++++++++---------- tested_requirements/requirements_38.reqs | 14 +++++++------- tested_requirements/requirements_39.reqs | 16 ++++++++-------- 7 files changed, 45 insertions(+), 45 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9c3a8558b..f22c640dd 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -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. diff --git a/src/snowflake/connector/version.py b/src/snowflake/connector/version.py index 7c071b443..852cd545e 100644 --- a/src/snowflake/connector/version.py +++ b/src/snowflake/connector/version.py @@ -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) diff --git a/tested_requirements/requirements_310.reqs b/tested_requirements/requirements_310.reqs index ecd8aac9e..2d463e48d 100644 --- a/tested_requirements/requirements_310.reqs +++ b/tested_requirements/requirements_310.reqs @@ -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 diff --git a/tested_requirements/requirements_311.reqs b/tested_requirements/requirements_311.reqs index 3143bfd35..1c15720fe 100644 --- a/tested_requirements/requirements_311.reqs +++ b/tested_requirements/requirements_311.reqs @@ -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 diff --git a/tested_requirements/requirements_312.reqs b/tested_requirements/requirements_312.reqs index 4ef71cf40..ee6952325 100644 --- a/tested_requirements/requirements_312.reqs +++ b/tested_requirements/requirements_312.reqs @@ -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 diff --git a/tested_requirements/requirements_38.reqs b/tested_requirements/requirements_38.reqs index 6a1b5de32..5891eb725 100644 --- a/tested_requirements/requirements_38.reqs +++ b/tested_requirements/requirements_38.reqs @@ -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 diff --git a/tested_requirements/requirements_39.reqs b/tested_requirements/requirements_39.reqs index f92b69521..2cebe7548 100644 --- a/tested_requirements/requirements_39.reqs +++ b/tested_requirements/requirements_39.reqs @@ -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