Skip to content

Commit

Permalink
Devops: Updating pydantic version in pre-commit config to 1.10
Browse files Browse the repository at this point in the history
Updating pydantic version in pre-commit config to 1.10 to fix import
error and to be consistent with the version in the pyproject.toml.
See issue pydantic/pydantic#3528
  • Loading branch information
agoscinski committed May 21, 2024
1 parent 3f14ea2 commit 383c27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- pydantic~=1.8.2
- pydantic~=1.10.0
exclude: >
(?x)^(
docs/.*|
Expand All @@ -41,7 +41,7 @@ repos:
- aiida-core~=2.0
- fastapi~=0.65.1
- uvicorn[standard]~=0.19.0
- pydantic~=1.8.2
- pydantic~=1.10.0
- graphene<3
- lark
- python-dateutil~=2.0
Expand Down

0 comments on commit 383c27c

Please sign in to comment.