Skip to content

Commit

Permalink
fix: pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 19, 2024
1 parent 708e05f commit ef89604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
.vscode
*cache*
sample*
./env/
.venv/
.cov*
*.xml
*lock
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [

[tool.poetry.dependencies]
pycryptodome = "^3.19.0"
pydantic = "^1.10.2"
pydantic = "^2.9.2"
python = "^3.8"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ef89604

Please sign in to comment.