Hadrien David
Hadrien David
With pyflake 1.5.0: ```bash $ echo "foo = f'{bar}'" | python lint.py --pyflakes 1:1:F821 undefined name 'bar' ```
@pylixm I'm late to the party: Check https://github.com/dialoguemd/fastapi-sqla/ as well. It's compatible with sqla 1.3, 1.4, 2.0 and with async support.
👋@merwok I believe project idea is valuable. But current implementation is not solving the problem it aims to fix: _Ease writing a REST API_. One particular thing I dislike is...
I agree with you. Also, I am far from being motivated to work on this anyway. :-(
Unfortunately yes it is. Actually, I'll have some spare time this week so, I'll write an issue description so you get the details and, i'll try to fix this.
> Why did they do this? The rationale from [PEP-0585](https://peps.python.org/pep-0585/): > This change removes the necessity for a parallel type hierarchy in the typing module, making it easier for users...
👋🏽 I want this! How can I help having this merged?
IIUC, provided by #319
👋🏽 for what it's worth, I just published the documentation on [FastSQLA](https://hadrien.github.io/FastSQLA/), an SQLAlchemy extension for FastAPI with async session dependency, context manager, built-in pagination and automatic session lifecycle management.