Skip to content

Commit 9f9c71e

Browse files
sfc-gh-jdugithub-actions
and
github-actions
authored
Patch python connector version bump (#2079)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <github-actions@github.com>
1 parent c965070 commit 9f9c71e

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
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.3(TBD)
11+
- v3.12.3(October 25,2024)
1212
- Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
1313
- Improved error message for SQL execution cancellations caused by timeout.
1414

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, 2, None)
3+
VERSION = (3, 12, 3, None)
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Generated on: Python 3.10.14
1+
# Generated on: Python 3.10.15
22
asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
5-
charset-normalizer==3.3.2
6-
cryptography==43.0.1
7-
filelock==3.16.0
8-
idna==3.8
5+
charset-normalizer==3.4.0
6+
cryptography==43.0.3
7+
filelock==3.16.1
8+
idna==3.10
99
packaging==24.1
10-
platformdirs==4.3.2
10+
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
14-
pytz==2024.1
14+
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==2.2.2
20-
snowflake-connector-python==3.12.2
19+
urllib3==2.2.3
20+
snowflake-connector-python==3.12.3
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Generated on: Python 3.11.9
1+
# Generated on: Python 3.11.10
22
asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
5-
charset-normalizer==3.3.2
6-
cryptography==43.0.1
7-
filelock==3.16.0
8-
idna==3.8
5+
charset-normalizer==3.4.0
6+
cryptography==43.0.3
7+
filelock==3.16.1
8+
idna==3.10
99
packaging==24.1
10-
platformdirs==4.3.2
10+
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
14-
pytz==2024.1
14+
pytz==2024.2
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==2.2.2
20-
snowflake-connector-python==3.12.2
19+
urllib3==2.2.3
20+
snowflake-connector-python==3.12.3
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.12.5
1+
# Generated on: Python 3.12.7
22
asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
5-
charset-normalizer==3.3.2
6-
cryptography==43.0.1
7-
filelock==3.16.0
8-
idna==3.8
5+
charset-normalizer==3.4.0
6+
cryptography==43.0.3
7+
filelock==3.16.1
8+
idna==3.10
99
packaging==24.1
10-
platformdirs==4.3.2
10+
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
14-
pytz==2024.1
14+
pytz==2024.2
1515
requests==2.32.3
16-
setuptools==74.1.2
16+
setuptools==75.2.0
1717
sortedcontainers==2.4.0
1818
tomlkit==0.13.2
1919
typing_extensions==4.12.2
20-
urllib3==2.2.2
20+
urllib3==2.2.3
2121
wheel==0.44.0
22-
snowflake-connector-python==3.12.2
22+
snowflake-connector-python==3.12.3

tested_requirements/requirements_38.reqs

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
5-
charset-normalizer==3.3.2
6-
cryptography==43.0.1
7-
filelock==3.16.0
8-
idna==3.8
5+
charset-normalizer==3.4.0
6+
cryptography==43.0.3
7+
filelock==3.16.1
8+
idna==3.10
99
packaging==24.1
10-
platformdirs==4.3.2
10+
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
14-
pytz==2024.1
14+
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.2
20+
snowflake-connector-python==3.12.3
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Generated on: Python 3.9.19
1+
# Generated on: Python 3.9.20
22
asn1crypto==1.5.1
33
certifi==2024.8.30
44
cffi==1.17.1
5-
charset-normalizer==3.3.2
6-
cryptography==43.0.1
7-
filelock==3.16.0
8-
idna==3.8
5+
charset-normalizer==3.4.0
6+
cryptography==43.0.3
7+
filelock==3.16.1
8+
idna==3.10
99
packaging==24.1
10-
platformdirs==4.3.2
10+
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.9.0
1313
pyOpenSSL==24.2.1
14-
pytz==2024.1
14+
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.2
20+
snowflake-connector-python==3.12.3

0 commit comments

Comments
 (0)