Skip to content

Commit

Permalink
MINOR: Bumped up PythonConnector MINOR version from 3.8.1 to 3.9.0 (#…
Browse files Browse the repository at this point in the history
…1924)

* MINOR: Bumped up PythonConnector MINOR version from 3.8.1 to 3.9.0
@noreview - This is an automated process. No review is required


---------

Co-authored-by: Jenkins User <snowflake-provisioner>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
sfc-gh-yuwang and github-actions committed Apr 18, 2024
1 parent 5e66f1d commit 1094a70
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.9.0(TBD)
- v3.9.0(April 20,2024)

- Added easy logging configuration so that users can easily generate log file by setup log config in `$SNOWFLAKE_HOME/config.toml`.
- Improved s3 acceleration logic when connecting to China endpoint.
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, 8, 1, None)
VERSION = (3, 9, 0, None)
6 changes: 3 additions & 3 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.3
idna==3.6
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
pycparser==2.22
Expand All @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==2.2.1
snowflake-connector-python==3.8.1
snowflake-connector-python==3.9.0
8 changes: 4 additions & 4 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated on: Python 3.11.8
# Generated on: Python 3.11.9
asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.3
idna==3.6
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
pycparser==2.22
Expand All @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==2.2.1
snowflake-connector-python==3.8.1
snowflake-connector-python==3.9.0
10 changes: 5 additions & 5 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.2
# Generated on: Python 3.12.3
asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.3
idna==3.6
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
pytz==2024.1
requests==2.31.0
setuptools==69.2.0
setuptools==69.5.1
sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==2.2.1
wheel==0.43.0
snowflake-connector-python==3.8.1
snowflake-connector-python==3.9.0
6 changes: 3 additions & 3 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.3
idna==3.6
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
pycparser==2.22
Expand All @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==1.26.18
snowflake-connector-python==3.8.1
snowflake-connector-python==3.9.0
6 changes: 3 additions & 3 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.3
idna==3.6
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
pycparser==2.22
Expand All @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==1.26.18
snowflake-connector-python==3.8.1
snowflake-connector-python==3.9.0

0 comments on commit 1094a70

Please sign in to comment.