Skip to content

Commit

Permalink
Update pydantic requirement to ~= 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 5, 2024
1 parent 3543b1a commit 01fd624
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
packaging
platformdirs
pycryptodomex # for EncryptedKeyring backend in keyrings.alt
pydantic >= 1.9.0
pydantic ~= 2.0
pynwb >= 1.0.3,!=1.1.0,!=2.3.0
nwbinspector >= 0.4.28
pyout >=0.5, !=0.6.0
Expand Down Expand Up @@ -218,4 +218,3 @@ ignore_missing_imports = True

[pydantic-mypy]
init_forbid_extra = True
warn_untypes_fields = True

0 comments on commit 01fd624

Please sign in to comment.