pydantic : fix Python 3.9 and 3.10 support

This commit is contained in:
Francis Couture-Harpin 2024-07-13 21:52:45 -04:00
parent eed299f0d2
commit f89eaa921e
2 changed files with 36 additions and 26 deletions

View file

@ -1,2 +1,3 @@
docstring_parser~=0.15
pydantic~=2.6.3
requests