From d3466dc6a28d4424030596feee9606407bd4d3f5 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Thu, 21 Nov 2024 15:17:52 +0100 Subject: [PATCH] fix: sd-jwt removed from setup.py and pydantic updated --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 728418a9..1a79d34c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def readme(): }, install_requires=[ "cryptojwt>=1.9,<1.10", - "pydantic>=2.0,<2.2", + "pydantic>=2.0,<2.11", "pyqrcode>=1.2,<1.3", "pem>=23.1,<23.2" ], @@ -52,7 +52,6 @@ def readme(): "jinja2>=3.0,<4", "pymongo>=4.4.1,<4.5", "requests>=2.2,<2.4", - "sd-jwt", "pymdoccbor @ git+https://github.com/peppelinux/pyMDOC-CBOR.git" ], "federation": [