Skip to content

Commit

Permalink
add back pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 7, 2024
1 parent 5998c62 commit 12985f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pendulum = "<=3.0.0"
psycopg2-binary = "^2.9.9"
# psycopg = {extras = ["binary", "pool"], version = "^3.1.16"}
# Psycopg3 is not supported in SQLAlchemy 1.x:
pydantic = "<=2.0"
python-dotenv = "^1.0.1"
python-ulid = "^2.2.0"
requests = "^2.31.0"
Expand All @@ -47,7 +48,6 @@ faker = "^21.0.0"
mypy = "^1.7.1"
pandas-stubs = "^2.1.4.231218"
pdoc = "^14.3.0"
pyarrow-stubs = "^10.0.1.7"
pytest = "^7.4.3"
pytest-docker = "^2.0.1"
pytest-mypy = "^0.10.3"
Expand Down

0 comments on commit 12985f6

Please sign in to comment.