Skip to content

Commit c47a9c3

Browse files
committed
fix(postgres): update spec in Python SDK to reflect latest change
1 parent 2dc16c8 commit c47a9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cocoindex/storages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Postgres(op.StorageSpec):
1010
"""Storage powered by Postgres and pgvector."""
1111

12-
database_url: str | None = None
12+
database: AuthEntryReference | None = None
1313
table_name: str | None = None
1414

1515
@dataclass

0 commit comments

Comments
 (0)