Skip to content

Commit 91aa0fc

Browse files
sfc-gh-yuwanggithub-actionssfc-gh-aling
authored
Bump python connector to 3.12.0 (#2005)
* MINOR: Bumped up PythonConnector MINOR version from 3.11.0 to 3.12.0 Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Adam Ling <adam.ling@snowflake.com>
1 parent 91d968c commit 91aa0fc

File tree

7 files changed

+36
-35
lines changed

7 files changed

+36
-35
lines changed

DESCRIPTION.md

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

99
# Release Notes
1010

11-
- v3.12.0(TBD)
11+
- v3.12.0(July 24,2024)
1212
- Set default connection timeout of 10 seconds and socket read timeout of 10 minutes for HTTP calls in file transfer.
1313
- Optimized `to_pandas()` performance by fully parallel downloading logic.
1414
- Fixed a bug that specifying client_session_keep_alive_heartbeat_frequency in snowflake-sqlalchemy could crash the connector.
1515
- Fixed incorrect type hint of connection parameter `private_key`.
1616
- Added support for connectivity to multiple domains.
17-
- Bumped keyring dependency from g>=23.1.0,<25.0.0 to g>=23.1.0,<26.0.0
17+
- Bumped keyring dependency from >=23.1.0,<25.0.0 to >=23.1.0,<26.0.0.
18+
- Disabled OOB Telemetry.
1819

1920
- v3.11.0(June 17,2024)
2021
- Added support for `token_file_path` connection parameter to read an OAuth token from a file when connecting to Snowflake.

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, 11, 0, None)
3+
VERSION = (3, 12, 0, None)
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated on: Python 3.10.14
22
asn1crypto==1.5.1
3-
certifi==2024.6.2
3+
certifi==2024.7.4
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.8
7-
filelock==3.15.1
7+
filelock==3.15.4
88
idna==3.7
99
packaging==24.1
1010
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
13-
pyOpenSSL==24.1.0
13+
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.5
17+
tomlkit==0.13.0
1818
typing_extensions==4.12.2
19-
urllib3==2.2.1
20-
snowflake-connector-python==3.11.0
19+
urllib3==2.2.2
20+
snowflake-connector-python==3.12.0
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated on: Python 3.11.9
22
asn1crypto==1.5.1
3-
certifi==2024.6.2
3+
certifi==2024.7.4
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.8
7-
filelock==3.15.1
7+
filelock==3.15.4
88
idna==3.7
99
packaging==24.1
1010
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
13-
pyOpenSSL==24.1.0
13+
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.5
17+
tomlkit==0.13.0
1818
typing_extensions==4.12.2
19-
urllib3==2.2.1
20-
snowflake-connector-python==3.11.0
19+
urllib3==2.2.2
20+
snowflake-connector-python==3.12.0
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.12.3
1+
# Generated on: Python 3.12.4
22
asn1crypto==1.5.1
3-
certifi==2024.6.2
3+
certifi==2024.7.4
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.8
7-
filelock==3.15.1
7+
filelock==3.15.4
88
idna==3.7
99
packaging==24.1
1010
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
13-
pyOpenSSL==24.1.0
13+
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
16-
setuptools==70.0.0
16+
setuptools==71.1.0
1717
sortedcontainers==2.4.0
18-
tomlkit==0.12.5
18+
tomlkit==0.13.0
1919
typing_extensions==4.12.2
20-
urllib3==2.2.1
20+
urllib3==2.2.2
2121
wheel==0.43.0
22-
snowflake-connector-python==3.11.0
22+
snowflake-connector-python==3.12.0
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated on: Python 3.8.18
22
asn1crypto==1.5.1
3-
certifi==2024.6.2
3+
certifi==2024.7.4
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.8
7-
filelock==3.15.1
7+
filelock==3.15.4
88
idna==3.7
99
packaging==24.1
1010
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
13-
pyOpenSSL==24.1.0
13+
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.5
17+
tomlkit==0.13.0
1818
typing_extensions==4.12.2
19-
urllib3==1.26.18
20-
snowflake-connector-python==3.11.0
19+
urllib3==1.26.19
20+
snowflake-connector-python==3.12.0
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Generated on: Python 3.9.19
22
asn1crypto==1.5.1
3-
certifi==2024.6.2
3+
certifi==2024.7.4
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.8
7-
filelock==3.15.1
7+
filelock==3.15.4
88
idna==3.7
99
packaging==24.1
1010
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
13-
pyOpenSSL==24.1.0
13+
pyOpenSSL==24.2.1
1414
pytz==2024.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.5
17+
tomlkit==0.13.0
1818
typing_extensions==4.12.2
19-
urllib3==1.26.18
20-
snowflake-connector-python==3.11.0
19+
urllib3==1.26.19
20+
snowflake-connector-python==3.12.0

0 commit comments

Comments
 (0)