]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed typing issues with `AsyncSession.run_sync` method.
authorFrancisco R. Del Roio <francipvb@hotmail.com>
Sun, 25 Feb 2024 01:34:12 +0000 (22:34 -0300)
committerFrancisco R. Del Roio <francipvb@hotmail.com>
Sun, 25 Feb 2024 01:34:12 +0000 (22:34 -0300)
commitef2d0c1d234a771a1f682c8db6cb23a14fd5728d
treed309063e87b2f40bc725e45b1abd00930d6cdc38
parent5c88498ba8ba5f7c524d5aca130e5a59a8940766
Fixed typing issues with `AsyncSession.run_sync` method.

* Added `ParamSpec` and `Concatenate` typing constructs from the typing-extensions.
* Added a default parameter to the greenlet call.
lib/sqlalchemy/ext/asyncio/session.py