Skip to content

Commit 253b2ce

Browse files
SNOW-634755 fix typing_extensions version pin (#1208)
1 parent 580dfe6 commit 253b2ce

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12+
- v2.7.11(July 26,2022)
13+
14+
- Added minimum version pin to typing_extensions
15+
16+
1217
- v2.7.10(July 22,2022)
1318

1419
- Release wheels are now built on manylinux2014

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ install_requires =
5656
idna>=2.5,<4
5757
urllib3>=1.21.1,<1.27
5858
certifi>=2017.4.17
59-
typing_extensions<5
59+
typing_extensions>=4.3,<5
6060
include_package_data = True
6161
package_dir =
6262
=src

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

tested_requirements/requirements_310.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytz==2022.1
1414
requests==2.28.1
1515
typing_extensions==4.3.0
1616
urllib3==1.26.11
17-
snowflake-connector-python==2.7.10
17+
snowflake-connector-python==2.7.11

tested_requirements/requirements_37.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytz==2022.1
1414
requests==2.28.1
1515
typing_extensions==4.3.0
1616
urllib3==1.26.11
17-
snowflake-connector-python==2.7.10
17+
snowflake-connector-python==2.7.11

tested_requirements/requirements_38.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytz==2022.1
1414
requests==2.28.1
1515
typing_extensions==4.3.0
1616
urllib3==1.26.11
17-
snowflake-connector-python==2.7.10
17+
snowflake-connector-python==2.7.11

tested_requirements/requirements_39.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytz==2022.1
1414
requests==2.28.1
1515
typing_extensions==4.3.0
1616
urllib3==1.26.11
17-
snowflake-connector-python==2.7.10
17+
snowflake-connector-python==2.7.11

0 commit comments

Comments
 (0)