Skip to content

Commit ed2e33b

Browse files
authored
fix: add pydantic to pyproject.toml (#60)
Signed-off-by: Grant Linville <[email protected]>
1 parent cd76120 commit ed2e33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"requests==2.31.0",
1818
"tqdm==4.66.2",
1919
"urllib3==2.2.1",
20+
"pydantic==2.9.2",
2021
"pywin32==306 ; sys_platform == 'win32'",
2122
]
2223

0 commit comments

Comments
 (0)