Skip to content

Commit

Permalink
chore: fix pydantic version (#268)
Browse files Browse the repository at this point in the history
Since pydantic version > 2 is not compatible with many libraries we fix it to <2

Co-authored-by: mikhail.gubenko <[email protected]>
  • Loading branch information
Th3Un1q3 and mikhail.gubenko authored Nov 26, 2024
1 parent e61a56e commit 64a564f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ updates:
python:
patterns:
- "*"
ignore:
- dependency-name: "pydantic"
version: ">= 2"
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
Expand Down

0 comments on commit 64a564f

Please sign in to comment.