Skip to content

Commit 54085ce

Browse files
committed
now with accurate pydantic version
Signed-off-by: dan nelson <dan.nelson8@gmail.com>
1 parent fba6d9e commit 54085ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
1313
dependencies = [
1414
"httpx>=0.21.0,<1",
1515
"packaging",
16-
"pydantic>1",
16+
"pydantic>1.10.7",
1717
"typing_extensions>=4.5.0",
1818
]
1919
optional-dependencies = { dev = [

0 commit comments

Comments
 (0)