hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
55 stars 29 forks source link

Install `SQLAlchemy` for `optuna`, `ibis` and `prefect` #92

Closed AlexWaygood closed 1 year ago

AlexWaygood commented 1 year ago

These packages all depend on SQLAlchemy (see https://github.com/python/typeshed/pull/10389#issuecomment-1614683566), and SQLAlchemy >2 is py.typed.

streamlit also depends on SQLAlchemy, but pins to SQLAlchemy <2, so there's no point installing it for checking streamlit: https://github.com/streamlit/streamlit/blob/a49d6b327972fb98839b487119702ed58d1ca539/lib/test-requirements.txt#L40-L42