Skip to content

Commit

Permalink
fix pydantic pin
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jun 13, 2024
1 parent 5dfa013 commit 6b27d38
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 6b27d38

Please sign in to comment.