Skip to content

Commit 72b4b81

Browse files
authored
Merge pull request #55 from GovindHede/govindhede/fix-importerror-model-validator
#53 Fix ImportError: cannot import name 'model_validator' from 'pydantic'
2 parents c0b2c30 + 8b79048 commit 72b4b81

File tree

3 files changed

+1734
-1
lines changed

3 files changed

+1734
-1
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Set default behavior to automatically normalize line endings.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
5+
*.py text eol=lf
6+
7+
# Declare files that will always have CRLF line endings on checkout.
8+
*.bat text eol=crlf
9+
10+
# Declare files that should never be normalized.
11+
*.jpg -text
12+
*.png -text

0 commit comments

Comments
 (0)