Skip to content

Commit

Permalink
Merge pull request #612 from bioimage-io/bump_post
Browse files Browse the repository at this point in the history
fix pydantic pin
  • Loading branch information
FynnBe authored Jun 13, 2024
2 parents 161a7f4 + 6b27d38 commit ae96a54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ Made with [contrib.rocks](https://contrib.rocks).

### bioimageio.spec Python package

#### bioimageio.spec 0.5.3post4

* fix pinning of pydantic

#### bioimageio.spec 0.5.3post3

* update resolving of bioimage.io resource IDs
Expand Down
2 changes: 1 addition & 1 deletion bioimageio/spec/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.3post3"
"version": "0.5.3post4"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"packaging>=17.0",
"pooch>=1.5,<2",
"pydantic-settings",
"pydantic>=2.6.3,<3",
"pydantic>=2.7.0,<3",
"python-dateutil",
"python-dotenv",
"requests",
Expand Down

0 comments on commit ae96a54

Please sign in to comment.