Skip to content

Commit 3746237

Browse files
authored
3.11.0 python connector version bump (#1975)
1 parent 4b636a7 commit 3746237

File tree

7 files changed

+48
-49
lines changed

7 files changed

+48
-49
lines changed

DESCRIPTION.md

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

99
# Release Notes
1010

11-
- v3.11.0(TBD)
12-
11+
- v3.11.0(June 17,2024)
1312
- Added support for `token_file_path` connection parameter to read an OAuth token from a file when connecting to Snowflake.
1413
- Added support for `debug_arrow_chunk` connection parameter to allow debugging raw arrow data in case of arrow data parsing failure.
1514
- Added support for `disable_saml_url_check` connection parameter to disable SAML URL check in OKTA authentication.

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, 10, 0, None)
3+
VERSION = (3, 11, 0, None)
+9-9
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.2.2
3+
certifi==2024.6.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
6-
cryptography==42.0.5
7-
filelock==3.13.4
6+
cryptography==42.0.8
7+
filelock==3.15.1
88
idna==3.7
9-
packaging==24.0
10-
platformdirs==4.2.1
9+
packaging==24.1
10+
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
15-
requests==2.31.0
15+
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.4
18-
typing_extensions==4.11.0
17+
tomlkit==0.12.5
18+
typing_extensions==4.12.2
1919
urllib3==2.2.1
20-
snowflake-connector-python==3.10.0
20+
snowflake-connector-python==3.11.0
+9-9
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.2.2
3+
certifi==2024.6.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
6-
cryptography==42.0.5
7-
filelock==3.13.4
6+
cryptography==42.0.8
7+
filelock==3.15.1
88
idna==3.7
9-
packaging==24.0
10-
platformdirs==4.2.1
9+
packaging==24.1
10+
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
15-
requests==2.31.0
15+
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.4
18-
typing_extensions==4.11.0
17+
tomlkit==0.12.5
18+
typing_extensions==4.12.2
1919
urllib3==2.2.1
20-
snowflake-connector-python==3.10.0
20+
snowflake-connector-python==3.11.0
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Generated on: Python 3.12.3
22
asn1crypto==1.5.1
3-
certifi==2024.2.2
3+
certifi==2024.6.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
6-
cryptography==42.0.5
7-
filelock==3.13.4
6+
cryptography==42.0.8
7+
filelock==3.15.1
88
idna==3.7
9-
packaging==24.0
10-
platformdirs==4.2.1
9+
packaging==24.1
10+
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
15-
requests==2.31.0
16-
setuptools==69.5.1
15+
requests==2.32.3
16+
setuptools==70.0.0
1717
sortedcontainers==2.4.0
18-
tomlkit==0.12.4
19-
typing_extensions==4.11.0
18+
tomlkit==0.12.5
19+
typing_extensions==4.12.2
2020
urllib3==2.2.1
2121
wheel==0.43.0
22-
snowflake-connector-python==3.10.0
22+
snowflake-connector-python==3.11.0
+9-9
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.2.2
3+
certifi==2024.6.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
6-
cryptography==42.0.5
7-
filelock==3.13.4
6+
cryptography==42.0.8
7+
filelock==3.15.1
88
idna==3.7
9-
packaging==24.0
10-
platformdirs==4.2.1
9+
packaging==24.1
10+
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
15-
requests==2.31.0
15+
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.4
18-
typing_extensions==4.11.0
17+
tomlkit==0.12.5
18+
typing_extensions==4.12.2
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.10.0
20+
snowflake-connector-python==3.11.0
+9-9
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.2.2
3+
certifi==2024.6.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
6-
cryptography==42.0.5
7-
filelock==3.13.4
6+
cryptography==42.0.8
7+
filelock==3.15.1
88
idna==3.7
9-
packaging==24.0
10-
platformdirs==4.2.1
9+
packaging==24.1
10+
platformdirs==4.2.2
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
15-
requests==2.31.0
15+
requests==2.32.3
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.4
18-
typing_extensions==4.11.0
17+
tomlkit==0.12.5
18+
typing_extensions==4.12.2
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.10.0
20+
snowflake-connector-python==3.11.0

0 commit comments

Comments
 (0)