Skip to content

Commit 8cdca67

Browse files
authored
MINOR: Bumped up PythonConnector MINOR version from 3.9.1 to 3.10.0 (#1936)
1 parent 2746634 commit 8cdca67

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.10.0 (TBD)
11+
- v3.10.0(April 29,2024)
12+
1213
- Added support for structured types to fetch_pandas_all.
13-
- Fixed an issue that endpoint for China s3 is not formed correctly.
14+
- Fixed an issue relating to incorrectly formed China S3 endpoints.
1415

1516
- v3.9.1(April 22,2024)
1617

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, 9, 1, None)
3+
VERSION = (3, 10, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==42.0.5
77
filelock==3.13.4
88
idna==3.7
99
packaging==24.0
10-
platformdirs==4.2.0
10+
platformdirs==4.2.1
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
@@ -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.9.0
20+
snowflake-connector-python==3.10.0

tested_requirements/requirements_311.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==42.0.5
77
filelock==3.13.4
88
idna==3.7
99
packaging==24.0
10-
platformdirs==4.2.0
10+
platformdirs==4.2.1
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
@@ -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.9.0
20+
snowflake-connector-python==3.10.0

tested_requirements/requirements_312.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==42.0.5
77
filelock==3.13.4
88
idna==3.7
99
packaging==24.0
10-
platformdirs==4.2.0
10+
platformdirs==4.2.1
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
@@ -19,4 +19,4 @@ 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.9.0
22+
snowflake-connector-python==3.10.0

tested_requirements/requirements_38.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==42.0.5
77
filelock==3.13.4
88
idna==3.7
99
packaging==24.0
10-
platformdirs==4.2.0
10+
platformdirs==4.2.1
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
@@ -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.9.0
20+
snowflake-connector-python==3.10.0

tested_requirements/requirements_39.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==42.0.5
77
filelock==3.13.4
88
idna==3.7
99
packaging==24.0
10-
platformdirs==4.2.0
10+
platformdirs==4.2.1
1111
pycparser==2.22
1212
PyJWT==2.8.0
1313
pyOpenSSL==24.1.0
@@ -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.9.0
20+
snowflake-connector-python==3.10.0

0 commit comments

Comments
 (0)