fix: pin pydantic until inflect catches up (#5901)

This commit is contained in:
Robert Sparks 2023-06-30 14:06:52 -05:00 committed by GitHub
parent 0850dd1e02
commit 653772ac10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,3 +72,4 @@ Unidecode>=1.3.4
weasyprint>=59
xml2rfc>=3.12.4
xym>=0.6,<1.0
pydantic<2 # Temporary pin until inflect can catch up.