Skip to content

Commit

Permalink
fix: add pydantic to pyproject.toml (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Oct 15, 2024
1 parent cd76120 commit ed2e33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"requests==2.31.0",
"tqdm==4.66.2",
"urllib3==2.2.1",
"pydantic==2.9.2",
"pywin32==306 ; sys_platform == 'win32'",
]

Expand Down

0 comments on commit ed2e33b

Please sign in to comment.