python3Packages.exegol: relax Pydantic dependency

This commit is contained in:
Sarah Clark
2026-07-14 17:36:42 -07:00
parent 8890d56348
commit f4a1600ddc

View File

@@ -22,6 +22,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pythonRelaxDeps = [
"argcomplete"
"cryptography"
"pydantic"
"requests"
"rich"
"supabase"