feat: integrate psycogreen for gevent compatibility in PostgreSQL (#12253)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2024-12-31 14:45:59 +08:00
committed by GitHub
parent 634b382a3d
commit 63a0b8ba79
3 changed files with 17 additions and 44 deletions

View File

@@ -61,6 +61,7 @@ openai = "~1.52.0"
openpyxl = "~3.1.5"
pandas = { version = "~2.2.2", extras = ["performance", "excel"] }
pandas-stubs = "~2.2.3.241009"
psycogreen = "~1.0.2"
psycopg2-binary = "~2.9.6"
pycryptodome = "3.19.1"
pydantic = "~2.9.2"