Skip to content

Commit

Permalink
Update to pydantic v2 (#2531) (patch)
Browse files Browse the repository at this point in the history
### Fixed

- We now import from Pydantic v2 in meta/upload/scout
  • Loading branch information
islean authored Nov 8, 2023
1 parent 7b9605f commit e3a3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/upload/scout/uploadscoutapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Optional

from housekeeper.store.models import File, Version
from pydantic.v1.dataclasses import dataclass
from pydantic.dataclasses import dataclass

from cg.apps.housekeeper.hk import HousekeeperAPI
from cg.apps.lims import LimsAPI
Expand Down

0 comments on commit e3a3f39

Please sign in to comment.