Skip to content

Commit 7020a5a

Browse files
committed
feat(datasource): dependency
1 parent 9f522d1 commit 7020a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"pymssql (>=2.3.4,<3.0.0)",
3333
"pandas (>=2.2.3,<3.0.0)",
3434
"openpyxl (>=3.1.5,<4.0.0)",
35-
"psycopg2 (>=2.9.10,<3.0.0)",
35+
"psycopg2-binary (>=2.9.10,<3.0.0)",
3636
"oracledb (>=3.1.1,<4.0.0)"
3737
]
3838
[[tool.uv.index]]

0 commit comments

Comments
 (0)