python: Add pydantic-partials dependency.

This commit is contained in:
Sahil Batra
2025-05-15 12:13:37 +05:30
committed by Tim Abbott
parent ec96fc9659
commit 75ac85ff4c
3 changed files with 46 additions and 1 deletions

View File

@@ -200,6 +200,9 @@ prod = [
# SMTP server for accepting incoming email
"aiosmtpd>=1.4.6",
# For using Missing sentinel
"pydantic-partials",
]
docs = [
# Needed to build RTD docs