Skip to content

Commit

Permalink
feat: relax pydantic version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnCaerts committed Jun 24, 2024
1 parent 584a270 commit 2f1a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
keywords = ["oauth2", "aiohttp"]
dependencies = [
"aiohttp~=3.8",
"pydantic~=2.7.1",
"pydantic~=2.7",
"rich"
]
requires-python = ">=3.8"
Expand Down

0 comments on commit 2f1a560

Please sign in to comment.