Skip to content

Commit

Permalink
Relax pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Dec 4, 2024
1 parent dd24d0a commit 03cacc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiohttp = "^3.8.3"
backoff = "^2.2.1"
lxml = "^5.3.0"
yarl = "^1.15.2"
pydantic = "^2.9.2"
pydantic = "^2.5.0"
mkdocs = {version = "^1.6.1", optional = true}
mkdocstrings = {version = ">=0.26.2,<0.28.0", optional = true}
mkdocstrings-python = {version = "^1.12.2", optional = true}
Expand Down

0 comments on commit 03cacc6

Please sign in to comment.