Skip to content

Commit b132ab1

Browse files
authored
SNOW-594137: Bumped up PythonConnector PATCH version from 2.7.7 to 2.… (#1152)
1 parent 76dbb00 commit b132ab1

File tree

6 files changed

+30
-22
lines changed

6 files changed

+30
-22
lines changed

DESCRIPTION.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010

1111

1212

13+
- v2.7.8(May 28,2022)
14+
15+
- Updated PyPi documentation link to python specific main page
16+
- Fixed an error message that appears when pandas optional dependency group is required but is not installed
17+
- Implemented the DB API 2 callproc() method
18+
- Fixed a bug where decryption took place before decompression when downloading files from stages
19+
- Fixed a bug where s3 accelerate configuration was handled incorrectly
20+
- Extra named arguments given executemany() are now forwarded to execute()
21+
- Automatically sets the application name to streamlit when streamlit is imported and application name was not explicitly set
22+
- Bumped pyopenssl dependency version to >=16.2.0,<23.0.0
23+
24+
1325
- v2.7.7(April 30,2022)
1426

1527
- Bumped supported pandas version to < 1.5.0

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 = (2, 7, 7, None)
3+
VERSION = (2, 7, 8, None)
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Generated on: Python 3.10.4
22
asn1crypto==1.5.1
3-
certifi==2021.10.8
3+
certifi==2022.5.18.1
44
cffi==1.15.0
55
charset-normalizer==2.0.12
66
cryptography==36.0.2
77
idna==3.3
88
oscrypto==1.3.0
99
pycparser==2.21
1010
pycryptodomex==3.14.1
11-
PyJWT==2.3.0
12-
pyOpenSSL==21.0.0
11+
PyJWT==2.4.0
12+
pyOpenSSL==22.0.0
1313
pytz==2022.1
1414
requests==2.27.1
15-
six==1.16.0
1615
urllib3==1.26.9
17-
snowflake-connector-python==2.7.7
16+
snowflake-connector-python==2.7.8
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# Generated on: Python 3.7.12
1+
# Generated on: Python 3.7.13
22
asn1crypto==1.5.1
3-
certifi==2021.10.8
3+
certifi==2022.5.18.1
44
cffi==1.15.0
55
charset-normalizer==2.0.12
66
cryptography==36.0.2
77
idna==3.3
88
oscrypto==1.3.0
99
pycparser==2.21
1010
pycryptodomex==3.14.1
11-
PyJWT==2.3.0
12-
pyOpenSSL==21.0.0
11+
PyJWT==2.4.0
12+
pyOpenSSL==22.0.0
1313
pytz==2022.1
1414
requests==2.27.1
15-
six==1.16.0
1615
urllib3==1.26.9
17-
snowflake-connector-python==2.7.7
16+
snowflake-connector-python==2.7.8
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Generated on: Python 3.8.12
22
asn1crypto==1.5.1
3-
certifi==2021.10.8
3+
certifi==2022.5.18.1
44
cffi==1.15.0
55
charset-normalizer==2.0.12
66
cryptography==36.0.2
77
idna==3.3
88
oscrypto==1.3.0
99
pycparser==2.21
1010
pycryptodomex==3.14.1
11-
PyJWT==2.3.0
12-
pyOpenSSL==21.0.0
11+
PyJWT==2.4.0
12+
pyOpenSSL==22.0.0
1313
pytz==2022.1
1414
requests==2.27.1
15-
six==1.16.0
1615
urllib3==1.26.9
17-
snowflake-connector-python==2.7.7
16+
snowflake-connector-python==2.7.8
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Generated on: Python 3.9.12
22
asn1crypto==1.5.1
3-
certifi==2021.10.8
3+
certifi==2022.5.18.1
44
cffi==1.15.0
55
charset-normalizer==2.0.12
66
cryptography==36.0.2
77
idna==3.3
88
oscrypto==1.3.0
99
pycparser==2.21
1010
pycryptodomex==3.14.1
11-
PyJWT==2.3.0
12-
pyOpenSSL==21.0.0
11+
PyJWT==2.4.0
12+
pyOpenSSL==22.0.0
1313
pytz==2022.1
1414
requests==2.27.1
15-
six==1.16.0
1615
urllib3==1.26.9
17-
snowflake-connector-python==2.7.7
16+
snowflake-connector-python==2.7.8

0 commit comments

Comments
 (0)