Skip to content

Commit

Permalink
SNOW-634755 fix typing_extensions version pin (snowflakedb#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Jul 26, 2022
1 parent 580dfe6 commit 253b2ce
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes


- v2.7.11(July 26,2022)

- Added minimum version pin to typing_extensions


- v2.7.10(July 22,2022)

- Release wheels are now built on manylinux2014
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_requires =
idna>=2.5,<4
urllib3>=1.21.1,<1.27
certifi>=2017.4.17
typing_extensions<5
typing_extensions>=4.3,<5
include_package_data = True
package_dir =
=src
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, 10, None)
VERSION = (2, 7, 11, None)
2 changes: 1 addition & 1 deletion tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytz==2022.1
requests==2.28.1
typing_extensions==4.3.0
urllib3==1.26.11
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
2 changes: 1 addition & 1 deletion tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytz==2022.1
requests==2.28.1
typing_extensions==4.3.0
urllib3==1.26.11
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
2 changes: 1 addition & 1 deletion tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytz==2022.1
requests==2.28.1
typing_extensions==4.3.0
urllib3==1.26.11
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
2 changes: 1 addition & 1 deletion tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytz==2022.1
requests==2.28.1
typing_extensions==4.3.0
urllib3==1.26.11
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11

0 comments on commit 253b2ce

Please sign in to comment.