File tree Expand file tree Collapse file tree 3 files changed +56
-55
lines changed Expand file tree Collapse file tree 3 files changed +56
-55
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ dependencies = [
3737 " loguru>=0.7.3" ,
3838 " msgspec>=0.19.0" ,
3939 " psutil>=7.1.2" ,
40- " psycopg[binary]>=3.2.12" ,
40+ # https://github.com/fastapi-practices/fastapi_best_architecture/issues/887
41+ " psycopg[binary]==3.2.10" ,
4142 " pwdlib>=0.2.1" ,
4243 " pydantic>=2.12.3" ,
4344 " pydantic-settings>=2.11.0" ,
Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ prompt-toolkit==3.0.52
179179 # via click-repl
180180psutil == 7.1.2
181181 # via fastapi-best-architecture
182- psycopg == 3.2.12
182+ psycopg == 3.2.10
183183 # via fastapi-best-architecture
184- psycopg-binary == 3.2.12 ; implementation_name != 'pypy'
184+ psycopg-binary == 3.2.10 ; implementation_name != 'pypy'
185185 # via psycopg
186186pwdlib == 0.3.0
187187 # via fastapi-best-architecture
You can’t perform that action at this time.
0 commit comments