Unverified Commit 10fe1c88 authored by Nate Coraor's avatar Nate Coraor
Browse files

Also pin pydantic in pyproject.toml

parent ab1e0485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ pebble = "*"
psutil = "*"
pulsar-galaxy-lib = ">=0.15.0.dev0"
pycryptodome = "*"
pydantic = {version = "*", extras = ["email"]}
pydantic = {version = "<2", extras = ["email"]}
PyJWT = "*"
pykwalify = "*"
pylibmagic = "*"