Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
psycopg_pool updated and generated a RuntimeWarning. "RuntimeWarning: opening the async pool AsyncConnectionPool in the constructor is deprecated and will not be supported anymore in a future release. Please use `await pool.open()`, or use the pool as context manager using: `async with AsyncConnectionPool(...) as pool: `..." update "create_pool" function, call "await pool.open()" explicitly.
- Loading branch information