From 1c9785be95e0944641b1fc456609d79c08dfa285 Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 21 May 2023 23:38:03 +0200 Subject: [PATCH] Fixed cockroachdb connection --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f3325a..78740d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ uvicorn[standard]==0.21.1 fastapi==0.95.0 -SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.8 +SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.15 pydantic==1.10.7 platformdirs==3.2.0 # CockroachDB support -sqlalchemy-cockroachdb==2.0.0 +sqlalchemy-cockroachdb==2.0.1 asyncpg==0.27.0 +psycopg2-binary==2.9.6