Skip to content

Commit

Permalink
Bump typing-extensions dep to >=4.4.0 (#12529)
Browse files Browse the repository at this point in the history
### Summary & Motivation

This allows for use of `TypeVar` defaults.

### How I Tested These Changes

BK
  • Loading branch information
smackesey committed Feb 24, 2023
1 parent e798edf commit 7036fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Expand Up @@ -88,7 +88,7 @@ def get_version() -> str:
"tabulate",
"tomli",
"tqdm",
"typing_extensions>=4.0.1",
"typing_extensions>=4.4.0",
"sqlalchemy>=1.0,<2.0.0",
"toposort>=1.0",
"watchdog>=0.8.3",
Expand Down

0 comments on commit 7036fca

Please sign in to comment.