From 8263c0345c710f167b7ef74661d3dad70ce9a395 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 4 Jul 2023 08:51:05 -0700 Subject: [PATCH] Declare new pydantic pin <3 to protect us against the v3 breakage. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c407482b55..34af50dc27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "lsst-resources", "lsst-daf-relation", "deprecated >= 1.2", - "pydantic", + "pydantic <2.0", ] dynamic = ["version"] diff --git a/requirements.txt b/requirements.txt index cd84520d22..011a295ad6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyyaml >= 5.1 astropy >= 4.0 click >7.0 sqlalchemy >= 1.4 -pydantic +pydantic <3.0 httpx deprecated >=1.2 git+https://github.com/lsst/sphgeom@main#egg=lsst-sphgeom