/usr/local/lib/python3.12/site-packages/psycopg_pool/pool_async.py:138: 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: ...
/usr/local/lib/python3.12/site-packages/psycopg_pool/pool_async.py:138: 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:...