File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11aiofiles == 24.1.0
2- aiogram == 3.18 .0
2+ aiogram == 3.19 .0
33aiohappyeyeballs == 2.6.1
44aiohttp == 3.11.14
5- aiopg == 1.4.0
65aiosignal == 1.3.2
76annotated-types == 0.7.0
8- async-timeout == 4.0.3
97attrs == 25.3.0
108certifi == 2025.1.31
119frozenlist == 1.5.0
1210idna == 3.10
1311magic-filter == 1.0.12
14- multidict == 6.1 .0
12+ multidict == 6.2 .0
1513peewee == 3.17.9
1614peewee-async == 1.1.0
1715propcache == 0.3.0
18- psycopg2-binary == 2.9.10
16+ psycopg == 3.2.6
17+ psycopg-pool == 3.2.6
1918pydantic == 2.10.6
2019pydantic_core == 2.27.2
2120redis == 5.2.1
Original file line number Diff line number Diff line change 11import peewee_async
22from entities import POSTGRES_USER , POSTGRES_PASSWORD
33
4- db = peewee_async .PooledPostgresqlDatabase ('usmile' ,
5- user = POSTGRES_USER ,
6- password = POSTGRES_PASSWORD ,
7- host = "postgres" ,
8- port = 5432 )
4+ db = peewee_async .PsycopgDatabase ('usmile' ,
5+ user = POSTGRES_USER ,
6+ password = POSTGRES_PASSWORD ,
7+ host = "postgres" ,
8+ port = 5432 )
99
1010
1111class BaseModel (peewee_async .AioModel ):
You can’t perform that action at this time.
0 commit comments