Skip to content

Commit 0ddd967

Browse files
authored
SNOW-582265: Bumped up PythonConnector PATCH version from 2.7.6 to 2.… (#1106)
1 parent c02e6cb commit 0ddd967

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

DESCRIPTION.md

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

1111

1212

13+
- v2.7.7(April 30,2022)
14+
15+
- Bumped supported pandas version to < 1.5.0
16+
- Fixed a bug where partner name (from SF_PARTNER environmental variable) was set after connection was established
17+
- Added a new _no_retry option to executing queries
18+
- Fixed a bug where extreme timestamps lost precision
19+
20+
1321
- v2.7.6(March 17,2022)
1422

1523
- Fixed missing python_requires tag in setup.cfg

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, 6, None)
3+
VERSION = (2, 7, 7, None)

tested_requirements/requirements_310.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on: Python 3.10.2
1+
# Generated on: Python 3.10.4
22
asn1crypto==1.5.1
33
certifi==2021.10.8
44
cffi==1.15.0
@@ -10,8 +10,8 @@ pycparser==2.21
1010
pycryptodomex==3.14.1
1111
PyJWT==2.3.0
1212
pyOpenSSL==21.0.0
13-
pytz==2021.3
13+
pytz==2022.1
1414
requests==2.27.1
1515
six==1.16.0
1616
urllib3==1.26.9
17-
snowflake-connector-python==2.7.6
17+
snowflake-connector-python==2.7.7

tested_requirements/requirements_37.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pycparser==2.21
1010
pycryptodomex==3.14.1
1111
PyJWT==2.3.0
1212
pyOpenSSL==21.0.0
13-
pytz==2021.3
13+
pytz==2022.1
1414
requests==2.27.1
1515
six==1.16.0
1616
urllib3==1.26.9
17-
snowflake-connector-python==2.7.6
17+
snowflake-connector-python==2.7.7

tested_requirements/requirements_38.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pycparser==2.21
1010
pycryptodomex==3.14.1
1111
PyJWT==2.3.0
1212
pyOpenSSL==21.0.0
13-
pytz==2021.3
13+
pytz==2022.1
1414
requests==2.27.1
1515
six==1.16.0
1616
urllib3==1.26.9
17-
snowflake-connector-python==2.7.6
17+
snowflake-connector-python==2.7.7

tested_requirements/requirements_39.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on: Python 3.9.10
1+
# Generated on: Python 3.9.12
22
asn1crypto==1.5.1
33
certifi==2021.10.8
44
cffi==1.15.0
@@ -10,8 +10,8 @@ pycparser==2.21
1010
pycryptodomex==3.14.1
1111
PyJWT==2.3.0
1212
pyOpenSSL==21.0.0
13-
pytz==2021.3
13+
pytz==2022.1
1414
requests==2.27.1
1515
six==1.16.0
1616
urllib3==1.26.9
17-
snowflake-connector-python==2.7.6
17+
snowflake-connector-python==2.7.7

0 commit comments

Comments
 (0)