diff --git a/pyright/master/requirements.txt b/pyright/master/requirements.txt index 908bed6d5735a..24f7352b09d13 100644 --- a/pyright/master/requirements.txt +++ b/pyright/master/requirements.txt @@ -104,6 +104,8 @@ wordcloud # (quickstart-*) # that trigger type errors apache-airflow>2.7 pendulum<3 +types-sqlalchemy==1.4.53.34 + ### EXAMPLES diff --git a/python_modules/dagster/setup.py b/python_modules/dagster/setup.py index bf835458f0c8c..fb1e355ebc401 100644 --- a/python_modules/dagster/setup.py +++ b/python_modules/dagster/setup.py @@ -155,7 +155,6 @@ def get_version() -> str: "types-requests", # version will be resolved against requests "types-simplejson", # version will be resolved against simplejson "types-six", # needed but not specified by grpcio - "types-sqlalchemy==1.4.53.34", # later versions introduce odd errors "types-tabulate", # version will be resolved against tabulate "types-tzlocal", # version will be resolved against tzlocal "types-toml", # version will be resolved against toml