Skip to content

Commit 798d02c

Browse files
authored
bug: Set min version of typing-extensions to 4.10.0 for TypeIs support (posit-dev#1547)
1 parent 9b2bb8a commit 798d02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include_package_data = True
3333
setup_requires =
3434
setuptools
3535
install_requires =
36-
typing-extensions>=4.0.1
36+
typing-extensions>=4.10.0
3737
uvicorn>=0.16.0;platform_system!="Emscripten"
3838
starlette
3939
websockets>=10.0

0 commit comments

Comments
 (0)