-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ImportError: cannot import name 'model_validator' from 'pydantic'
- Loading branch information
1 parent
c0b2c30
commit 8b79048
Showing
3 changed files
with
1,734 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.