Skip to content

Commit

Permalink
SNOW-594137: Bumped up PythonConnector PATCH version from 2.7.7 to 2.… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kdama authored May 26, 2022
1 parent 76dbb00 commit b132ab1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 22 deletions.
12 changes: 12 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne



- v2.7.8(May 28,2022)

- Updated PyPi documentation link to python specific main page
- Fixed an error message that appears when pandas optional dependency group is required but is not installed
- Implemented the DB API 2 callproc() method
- Fixed a bug where decryption took place before decompression when downloading files from stages
- Fixed a bug where s3 accelerate configuration was handled incorrectly
- Extra named arguments given executemany() are now forwarded to execute()
- Automatically sets the application name to streamlit when streamlit is imported and application name was not explicitly set
- Bumped pyopenssl dependency version to >=16.2.0,<23.0.0


- v2.7.7(April 30,2022)

- Bumped supported pandas version to < 1.5.0
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 = (2, 7, 7, None)
VERSION = (2, 7, 8, None)
9 changes: 4 additions & 5 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Generated on: Python 3.10.4
asn1crypto==1.5.1
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
idna==3.3
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.7
snowflake-connector-python==2.7.8
11 changes: 5 additions & 6 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Generated on: Python 3.7.12
# Generated on: Python 3.7.13
asn1crypto==1.5.1
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
idna==3.3
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.7
snowflake-connector-python==2.7.8
9 changes: 4 additions & 5 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Generated on: Python 3.8.12
asn1crypto==1.5.1
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
idna==3.3
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.7
snowflake-connector-python==2.7.8
9 changes: 4 additions & 5 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Generated on: Python 3.9.12
asn1crypto==1.5.1
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
idna==3.3
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.7
snowflake-connector-python==2.7.8

0 comments on commit b132ab1

Please sign in to comment.