Skip to content

Commit

Permalink
MINOR: Bumped up PythonConnector MINOR version from 3.9.1 to 3.10.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose authored Apr 29, 2024
1 parent 2746634 commit 8cdca67
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.10.0 (TBD)
- v3.10.0(April 29,2024)

- Added support for structured types to fetch_pandas_all.
- Fixed an issue that endpoint for China s3 is not formed correctly.
- Fixed an issue relating to incorrectly formed China S3 endpoints.

- v3.9.1(April 22,2024)

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, 9, 1, None)
VERSION = (3, 10, 0, None)
4 changes: 2 additions & 2 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==42.0.5
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.1
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
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.9.0
snowflake-connector-python==3.10.0
4 changes: 2 additions & 2 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==42.0.5
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.1
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
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.9.0
snowflake-connector-python==3.10.0
4 changes: 2 additions & 2 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==42.0.5
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.1
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
Expand All @@ -19,4 +19,4 @@ tomlkit==0.12.4
typing_extensions==4.11.0
urllib3==2.2.1
wheel==0.43.0
snowflake-connector-python==3.9.0
snowflake-connector-python==3.10.0
4 changes: 2 additions & 2 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==42.0.5
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.1
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
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.9.0
snowflake-connector-python==3.10.0
4 changes: 2 additions & 2 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==42.0.5
filelock==3.13.4
idna==3.7
packaging==24.0
platformdirs==4.2.0
platformdirs==4.2.1
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==24.1.0
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.9.0
snowflake-connector-python==3.10.0

0 comments on commit 8cdca67

Please sign in to comment.