Skip to content

Commit

Permalink
3.11.0 python connector version bump (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yixie authored Jun 14, 2024
1 parent 4b636a7 commit 3746237
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 49 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.11.0(TBD)

- v3.11.0(June 17,2024)
- Added support for `token_file_path` connection parameter to read an OAuth token from a file when connecting to Snowflake.
- Added support for `debug_arrow_chunk` connection parameter to allow debugging raw arrow data in case of arrow data parsing failure.
- Added support for `disable_saml_url_check` connection parameter to disable SAML URL check in OKTA authentication.
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, 10, 0, None)
VERSION = (3, 11, 0, 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
asn1crypto==1.5.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.8
filelock==3.15.1
idna==3.7
packaging==24.0
platformdirs==4.2.1
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
tomlkit==0.12.5
typing_extensions==4.12.2
urllib3==2.2.1
snowflake-connector-python==3.10.0
snowflake-connector-python==3.11.0
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
asn1crypto==1.5.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.8
filelock==3.15.1
idna==3.7
packaging==24.0
platformdirs==4.2.1
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
tomlkit==0.12.5
typing_extensions==4.12.2
urllib3==2.2.1
snowflake-connector-python==3.10.0
snowflake-connector-python==3.11.0
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.3
asn1crypto==1.5.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.8
filelock==3.15.1
idna==3.7
packaging==24.0
platformdirs==4.2.1
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
setuptools==69.5.1
requests==2.32.3
setuptools==70.0.0
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
tomlkit==0.12.5
typing_extensions==4.12.2
urllib3==2.2.1
wheel==0.43.0
snowflake-connector-python==3.10.0
snowflake-connector-python==3.11.0
18 changes: 9 additions & 9 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Generated on: Python 3.8.18
asn1crypto==1.5.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.8
filelock==3.15.1
idna==3.7
packaging==24.0
platformdirs==4.2.1
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
tomlkit==0.12.5
typing_extensions==4.12.2
urllib3==1.26.18
snowflake-connector-python==3.10.0
snowflake-connector-python==3.11.0
18 changes: 9 additions & 9 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
asn1crypto==1.5.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.8
filelock==3.15.1
idna==3.7
packaging==24.0
platformdirs==4.2.1
packaging==24.1
platformdirs==4.2.2
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
requests==2.32.3
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
tomlkit==0.12.5
typing_extensions==4.12.2
urllib3==1.26.18
snowflake-connector-python==3.10.0
snowflake-connector-python==3.11.0

0 comments on commit 3746237

Please sign in to comment.