UCL-ARC / dirac-swift-api

Repository for the REST API side of the DiRAC-SWIFT project
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix failing CI #12

Closed harryjmoss closed 1 year ago

harryjmoss commented 1 year ago

CI is failing in main due mainly to drift in the installed version of pydantic between the PR build running and the branch being merged.

This pins some package versions (letting others float) and corrects a couple of import paths for the new version of pydantic. Also adds pydantic-settings as a dependency and fixes the mypy path.