Skip to content

Commit 6e431a3

Browse files
authored
Merge pull request #836 from fractal-analytics-platform/834-pin-pydantic-to-=282
Require `pydantic<=2.8.2`
2 parents af7ec05 + a1c0136 commit 6e431a3

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

.github/workflows/manifest_external_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["main"]
88
workflow_dispatch:
99
schedule:
10-
- cron: "0 23 * * 3"
10+
- cron: "0 23 * * 2,3,4"
1111

1212

1313
jobs:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Run pip-based CI also regularly and on-demand (\#829).
99
* Update GitHub actions for upload/download/coverage (\#832).
1010
* Dependencies:
11+
* Require `pydantic<=2.8.2` (\#836).
1112
* Require `stackview<=0.9.0` (\#829).
1213
* Documentation:
1314
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).

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)