Skip to content

Commit

Permalink
fix: sd-jwt removed from setup.py and pydantic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Nov 21, 2024
1 parent 04a6242 commit d3466dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand All @@ -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": [
Expand Down

0 comments on commit d3466dc

Please sign in to comment.