Skip to content

Commit 64a564f

Browse files
Th3Un1q3mikhail.gubenko
andauthored
chore: fix pydantic version (#268)
Since pydantic version > 2 is not compatible with many libraries we fix it to <2 Co-authored-by: mikhail.gubenko <[email protected]>
1 parent e61a56e commit 64a564f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ updates:
1414
python:
1515
patterns:
1616
- "*"
17+
ignore:
18+
- dependency-name: "pydantic"
19+
version: ">= 2"
1720
- package-ecosystem: "github-actions"
1821
directory: "/"
1922
commit-message:

0 commit comments

Comments
 (0)