[BUG] SQLAlchemy is broken in Poetry
SQLAlchemy is broken in Poetry When running poetry install on toml with fastapi utils, it fails on sqlalchemy dependency because of this https://github.com/python-poetry/poetry/issues/8529
[Errno 36] File name too long: '/home/
To Reproduce Steps to reproduce the behavior:
- Having toml with fastapi-utils = "^0.2.1" and no other dependency on SQLAlchemy
- Run poetry install
- See error
Expected behavior Everything is installed without error.
Environment:
- OS: Ubuntu
Note: the problem is for version 1.4.49 and 1.4.50 of the sqlalchemy. Workaround: place slqalchemy = <1.4.49 in local toml file