File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Pydantic Representation of models."""
22
3- from pydantic import BaseModel , Field
3+ from pydantic . v1 import BaseModel , Field
44
55from .data import Data
66from .meta import Meta
Original file line number Diff line number Diff line change 22from datetime import datetime
33from typing import Any
44
5- from pydantic import BaseModel , Field
5+ from pydantic . v1 import BaseModel , Field
66
77
88class ValidatedAt (BaseModel ):
Original file line number Diff line number Diff line change 11"""Meta data."""
22from datetime import datetime
33
4- from pydantic import BaseModel , Field
4+ from pydantic . v1 import BaseModel , Field
55
66
77class GoldenCopy (BaseModel ):
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ arrow==1.2.3
22wget == 3.2.0
33beautifulsoup4 == 4.12.2
44lxml == 4.9.3
5- pydantic == 1.10.9
5+ pydantic == 2.0.3
66python-dateutil == 2.8.2
You can’t perform that action at this time.
0 commit comments