Add Pydantic dependencies

This commit is contained in:
Donncha Ó Cearbhaill
2024-12-25 00:21:42 +00:00
parent f4425865c0
commit 0f1eec3971

View File

@@ -32,6 +32,8 @@ dependencies = [
"cryptography >=42.0.5",
"pyyaml >=6.0",
"pyahocorasick >= 2.0.0",
"pydantic >= 2.10.0",
"pydantic-settings >= 2.7.0",
]
requires-python = ">= 3.8"