Skip to content

Commit

Permalink
Merge pull request #140 from elliot-100/pdoc-issue
Browse files Browse the repository at this point in the history
deps: set pydantic upper bound to <2.9 to prevent pdoc error
  • Loading branch information
elliot-100 authored Sep 16, 2024
2 parents 0a00e47 + 23b6bb8 commit 8a01ebb
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 @@ -12,7 +12,7 @@ license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
pydantic = ">=2.7.1"
pydantic = ">=2.7.1,<2.9" # 2.9.0, 2.9.1 (latest) appear to break pdoc

[tool.poetry.group.dev.dependencies]
pdoc = ">=14.7.0"
Expand Down

0 comments on commit 8a01ebb

Please sign in to comment.