Skip to content

Commit

Permalink
Merge pull request #55 from GovindHede/govindhede/fix-importerror-mod…
Browse files Browse the repository at this point in the history
…el-validator

#53   Fix ImportError: cannot import name 'model_validator' from 'pydantic'
  • Loading branch information
mrT23 authored Jul 30, 2024
2 parents c0b2c30 + 8b79048 commit 72b4b81
Show file tree
Hide file tree
Showing 3 changed files with 1,734 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Set default behavior to automatically normalize line endings.
* text=auto

# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
*.py text eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf

# Declare files that should never be normalized.
*.jpg -text
*.png -text
Loading

0 comments on commit 72b4b81

Please sign in to comment.