Skip to content

Commit 89a62cb

Browse files
committed
fix: add pydantic to requirements.txt
Pydantic is required for the Table.from_pydantic_base_model() functionality used in tables.py. Tests were failing because pydantic was not installed in the CI environment.
1 parent 8fbac94 commit 89a62cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Production dependencies for abstra-json-sql
2+
3+
# Optional dependency for Pydantic model support
4+
pydantic>=2.0.0

0 commit comments

Comments
 (0)