Skip to content

Commit

Permalink
fix: add pydantic package
Browse files Browse the repository at this point in the history
  • Loading branch information
bolgheroni committed Sep 7, 2024
1 parent 9cc3777 commit 5af92ea
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 2 deletions.
161 changes: 159 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
pydantic = "^2.9.0"
pytest = "^8.1.1"


Expand Down

0 comments on commit 5af92ea

Please sign in to comment.