Skip to content

Commit 6540c48

Browse files
committed
Require pydantic<=2.8.2 (ref #834)
1 parent 1e40fc9 commit 6540c48

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

poetry.lock

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zarr = ">=2.13.6,<3"
3030
numpy = "<2"
3131
pandas = ">=1.2.0,<2"
3232
lxml = "^4.9.1"
33-
pydantic = ">2"
33+
pydantic = ">2,<=2.8.2"
3434
docstring-parser = "^0.15"
3535
anndata = ">=0.8.0,<0.11.0"
3636
filelock = "3.13.*"

0 commit comments

Comments
 (0)