From 83433db17a13e0eae2343db3978bf1b3b41a9734 Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Sun, 9 Jul 2023 16:27:48 +0200 Subject: [PATCH] ci: lock pydantic at version 1.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b79734d..72f26bd 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,12 +32,12 @@ keywords = [ [tool.poetry.dependencies] python = "^3.8" -"fhir.resources" = "^6.2.0" +"fhir.resources" = "^6.0.0" pendulum = "*" tqdm = "*" orjson = "*" xmltodict = "*" -pydantic = "*" +pydantic = "^1.10.0" networkx = "*" httpx = "*" authlib = "*"