Skip to content

Commit

Permalink
Merge pull request #836 from fractal-analytics-platform/834-pin-pydan…
Browse files Browse the repository at this point in the history
…tic-to-=282

Require `pydantic<=2.8.2`
  • Loading branch information
tcompa committed Sep 10, 2024
2 parents af7ec05 + a1c0136 commit 6e431a3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manifest_external_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "0 23 * * 3"
- cron: "0 23 * * 2,3,4"


jobs:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Run pip-based CI also regularly and on-demand (\#829).
* Update GitHub actions for upload/download/coverage (\#832).
* Dependencies:
* Require `pydantic<=2.8.2` (\#836).
* Require `stackview<=0.9.0` (\#829).
* Documentation:
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
Expand Down
25 changes: 16 additions & 9 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 @@ -30,7 +30,7 @@ zarr = ">=2.13.6,<3"
numpy = "<2"
pandas = ">=1.2.0,<2"
lxml = "^4.9.1"
pydantic = ">2"
pydantic = ">2,<=2.8.2"
docstring-parser = "^0.15"
anndata = ">=0.8.0,<0.11.0"
filelock = "3.13.*"
Expand Down

0 comments on commit 6e431a3

Please sign in to comment.