Skip to content

Commit

Permalink
SNOW-1438382: release connector 3.10.1 (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored May 21, 2024
1 parent f7e470f commit 29d3793
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 31 deletions.
4 changes: 4 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.10.1(May 21, 2024)

- Removed an incorrect error log message that could occur during arrow data conversion.

- v3.10.0(April 29,2024)

- Added support for structured types to fetch_pandas_all.
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, 10, 1, None)
12 changes: 6 additions & 6 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.7
filelock==3.14.0
idna==3.7
packaging==24.0
platformdirs==4.2.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.1
sortedcontainers==2.4.0
tomlkit==0.12.4
tomlkit==0.12.5
typing_extensions==4.11.0
urllib3==2.2.1
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.7
filelock==3.14.0
idna==3.7
packaging==24.0
platformdirs==4.2.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.1
sortedcontainers==2.4.0
tomlkit==0.12.4
tomlkit==0.12.5
typing_extensions==4.11.0
urllib3==2.2.1
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.7
filelock==3.14.0
idna==3.7
packaging==24.0
platformdirs==4.2.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.1
setuptools==69.5.1
sortedcontainers==2.4.0
tomlkit==0.12.4
tomlkit==0.12.5
typing_extensions==4.11.0
urllib3==2.2.1
wheel==0.43.0
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.7
filelock==3.14.0
idna==3.7
packaging==24.0
platformdirs==4.2.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.1
sortedcontainers==2.4.0
tomlkit==0.12.4
tomlkit==0.12.5
typing_extensions==4.11.0
urllib3==1.26.18
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
filelock==3.13.4
cryptography==42.0.7
filelock==3.14.0
idna==3.7
packaging==24.0
platformdirs==4.2.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.1
sortedcontainers==2.4.0
tomlkit==0.12.4
tomlkit==0.12.5
typing_extensions==4.11.0
urllib3==1.26.18
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1

0 comments on commit 29d3793

Please sign in to comment.