Skip to content

Commit

Permalink
SNOW-582265: Bumped up PythonConnector PATCH version from 2.7.6 to 2.… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kdama authored Apr 27, 2022
1 parent c02e6cb commit 0ddd967
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne



- v2.7.7(April 30,2022)

- Bumped supported pandas version to < 1.5.0
- Fixed a bug where partner name (from SF_PARTNER environmental variable) was set after connection was established
- Added a new _no_retry option to executing queries
- Fixed a bug where extreme timestamps lost precision


- v2.7.6(March 17,2022)

- Fixed missing python_requires tag in setup.cfg
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, 6, None)
VERSION = (2, 7, 7, None)
6 changes: 3 additions & 3 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated on: Python 3.10.2
# Generated on: Python 3.10.4
asn1crypto==1.5.1
certifi==2021.10.8
cffi==1.15.0
Expand All @@ -10,8 +10,8 @@ pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
pytz==2021.3
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.6
snowflake-connector-python==2.7.7
4 changes: 2 additions & 2 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
pytz==2021.3
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.6
snowflake-connector-python==2.7.7
4 changes: 2 additions & 2 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
pytz==2021.3
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.6
snowflake-connector-python==2.7.7
6 changes: 3 additions & 3 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated on: Python 3.9.10
# Generated on: Python 3.9.12
asn1crypto==1.5.1
certifi==2021.10.8
cffi==1.15.0
Expand All @@ -10,8 +10,8 @@ pycparser==2.21
pycryptodomex==3.14.1
PyJWT==2.3.0
pyOpenSSL==21.0.0
pytz==2021.3
pytz==2022.1
requests==2.27.1
six==1.16.0
urllib3==1.26.9
snowflake-connector-python==2.7.6
snowflake-connector-python==2.7.7

0 comments on commit 0ddd967

Please sign in to comment.