Skip to content

Commit

Permalink
Change pydantic pin (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofroniewn committed Mar 2, 2021
1 parent b431b30 commit bad3a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release/release_0_4_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ package name, url, or local file (#2319).
- Documentation on napari types in magicgui (#2306)
- Pin pydantic < 1.8.0 (#2323)
- Fix docs build with code execution (#2324)
- Pin pydantic != 1.8.0 (#2333)


## 12 authors added to this release (alphabetical)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
psutil>=5.0
PyOpenGL>=3.1.0
PyYAML>=5.1
pydantic>=1.7.3, <1.8.0 # 1.8.0 broke somethings, needs to be fixed!
pydantic>=1.7.3, !=1.8.0 # 1.8.0 broke something
qtpy>=1.7.0
scipy>=1.2.0
tifffile>=2020.2.16
Expand Down

0 comments on commit bad3a67

Please sign in to comment.