Open howbazaar opened 3 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Any update on that issue? I'm trying to use mypy + pydantic + sqlalchemy in a project and needing to write # type: ignore
on every single session opening is quite problematic.
Any update on that issue? I'm trying to use mypy + pydantic + sqlalchemy in a project and needing to write
# type: ignore
on every single session opening is quite problematic.
I'm here for the same reason. It's been almost a year since this was submitted.
As per https://github.com/sqlalchemy/sqlalchemy/blame/958f902b1fc528fed0be550bc573545de47ed854/lib/sqlalchemy/orm/session.py#L1131 the
Session
object has had__enter__
and__exit__
for about 17 months.