Skip to content

Commit efeaeb1

Browse files
authored
SNOW-616990: Bumped up PythonConnector PATCH version from 2.7.8 to 2.7.9 (#1172)
1 parent 6411f87 commit efeaeb1

File tree

6 files changed

+20
-21
lines changed

6 files changed

+20
-21
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12-
13-
- v2.7.9(Unreleased)
12+
- v2.7.9(June 26,2022)
1413

1514
- Fixed a bug where errors raised during get_results_from_sfqid() were missing errno
1615
- Fixed a bug where empty results containing GEOGRAPHY type raised IndexError

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, 8, None)
3+
VERSION = (2, 7, 9, None)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.10.4
1+
# Generated on: Python 3.10.5
22
asn1crypto==1.5.1
3-
certifi==2022.5.18.1
3+
certifi==2022.6.15
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
10-
pycryptodomex==3.14.1
10+
pycryptodomex==3.15.0
1111
PyJWT==2.4.0
1212
pyOpenSSL==22.0.0
1313
pytz==2022.1
14-
requests==2.27.1
14+
requests==2.28.0
1515
urllib3==1.26.9
16-
snowflake-connector-python==2.7.8
16+
snowflake-connector-python==2.7.9
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Generated on: Python 3.7.13
22
asn1crypto==1.5.1
3-
certifi==2022.5.18.1
3+
certifi==2022.6.15
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
10-
pycryptodomex==3.14.1
10+
pycryptodomex==3.15.0
1111
PyJWT==2.4.0
1212
pyOpenSSL==22.0.0
1313
pytz==2022.1
14-
requests==2.27.1
14+
requests==2.28.0
1515
urllib3==1.26.9
16-
snowflake-connector-python==2.7.8
16+
snowflake-connector-python==2.7.9
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Generated on: Python 3.8.12
22
asn1crypto==1.5.1
3-
certifi==2022.5.18.1
3+
certifi==2022.6.15
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
10-
pycryptodomex==3.14.1
10+
pycryptodomex==3.15.0
1111
PyJWT==2.4.0
1212
pyOpenSSL==22.0.0
1313
pytz==2022.1
14-
requests==2.27.1
14+
requests==2.28.0
1515
urllib3==1.26.9
16-
snowflake-connector-python==2.7.8
16+
snowflake-connector-python==2.7.9
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.9.12
1+
# Generated on: Python 3.9.13
22
asn1crypto==1.5.1
3-
certifi==2022.5.18.1
3+
certifi==2022.6.15
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
10-
pycryptodomex==3.14.1
10+
pycryptodomex==3.15.0
1111
PyJWT==2.4.0
1212
pyOpenSSL==22.0.0
1313
pytz==2022.1
14-
requests==2.27.1
14+
requests==2.28.0
1515
urllib3==1.26.9
16-
snowflake-connector-python==2.7.8
16+
snowflake-connector-python==2.7.9

0 commit comments

Comments
 (0)