Skip to content

Commit f3587de

Browse files
Whoops update import to use 'ConfigDict'
Co-authored-by: Kori Kuzma <[email protected]>
1 parent aece41d commit f3587de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anyvlm/schemas/vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import ClassVar, Literal, Self
44

5-
from pydantic import BaseModel, Field, model_validator
5+
from pydantic import BaseModel, ConfigDict, Field, model_validator
66

77
from anyvlm.utils.types import Zygosity
88

0 commit comments

Comments
 (0)