Skip to content

Commit 1094a70

Browse files
sfc-gh-yuwanggithub-actions
andauthored
MINOR: Bumped up PythonConnector MINOR version from 3.8.1 to 3.9.0 (#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 <[email protected]>
1 parent 5e66f1d commit 1094a70

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
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.9.0(TBD)
11+
- v3.9.0(April 20,2024)
1212

1313
- Added easy logging configuration so that users can easily generate log file by setup log config in `$SNOWFLAKE_HOME/config.toml`.
1414
- Improved s3 acceleration logic when connecting to China endpoint.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
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, 8, 1, None)
3+
VERSION = (3, 9, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ certifi==2024.2.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.5
7-
filelock==3.13.3
8-
idna==3.6
7+
filelock==3.13.4
8+
idna==3.7
99
packaging==24.0
1010
platformdirs==4.2.0
1111
pycparser==2.22
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.4
1818
typing_extensions==4.11.0
1919
urllib3==2.2.1
20-
snowflake-connector-python==3.8.1
20+
snowflake-connector-python==3.9.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Generated on: Python 3.11.8
1+
# Generated on: Python 3.11.9
22
asn1crypto==1.5.1
33
certifi==2024.2.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.5
7-
filelock==3.13.3
8-
idna==3.6
7+
filelock==3.13.4
8+
idna==3.7
99
packaging==24.0
1010
platformdirs==4.2.0
1111
pycparser==2.22
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.4
1818
typing_extensions==4.11.0
1919
urllib3==2.2.1
20-
snowflake-connector-python==3.8.1
20+
snowflake-connector-python==3.9.0
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.12.2
1+
# Generated on: Python 3.12.3
22
asn1crypto==1.5.1
33
certifi==2024.2.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.5
7-
filelock==3.13.3
8-
idna==3.6
7+
filelock==3.13.4
8+
idna==3.7
99
packaging==24.0
1010
platformdirs==4.2.0
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
1414
pytz==2024.1
1515
requests==2.31.0
16-
setuptools==69.2.0
16+
setuptools==69.5.1
1717
sortedcontainers==2.4.0
1818
tomlkit==0.12.4
1919
typing_extensions==4.11.0
2020
urllib3==2.2.1
2121
wheel==0.43.0
22-
snowflake-connector-python==3.8.1
22+
snowflake-connector-python==3.9.0

tested_requirements/requirements_38.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ certifi==2024.2.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.5
7-
filelock==3.13.3
8-
idna==3.6
7+
filelock==3.13.4
8+
idna==3.7
99
packaging==24.0
1010
platformdirs==4.2.0
1111
pycparser==2.22
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.4
1818
typing_extensions==4.11.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.8.1
20+
snowflake-connector-python==3.9.0

tested_requirements/requirements_39.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ certifi==2024.2.2
44
cffi==1.16.0
55
charset-normalizer==3.3.2
66
cryptography==42.0.5
7-
filelock==3.13.3
8-
idna==3.6
7+
filelock==3.13.4
8+
idna==3.7
99
packaging==24.0
1010
platformdirs==4.2.0
1111
pycparser==2.22
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.4
1818
typing_extensions==4.11.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.8.1
20+
snowflake-connector-python==3.9.0

0 commit comments

Comments
 (0)