Skip to content

Commit b3486ab

Browse files
authored
now with accurate pydantic version (#257)
quick fix to #233 , should someone else run into it again. not at all urgent but a nice quality of life deal. Signed-off-by: dan nelson <[email protected]>
1 parent fba6d9e commit b3486ab

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)