Skip to content

Commit

Permalink
insert pydantic as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Jan 31, 2025
1 parent e4336a1 commit a770536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
"flake8-cognitive-complexity==0.1.0",
"requests==2.31.0",
"oauthlib==3.2.0",
"requests-oauthlib==1.3.1"
"requests-oauthlib==1.3.1",
"pydantic==2.10.6",
]

[tool.bandit]
Expand Down

0 comments on commit a770536

Please sign in to comment.