Skip to content

Commit

Permalink
Merge pull request #277 from DiamondLightSource/276_unpin_pydantic
Browse files Browse the repository at this point in the history
unpin pydantic
  • Loading branch information
DominicOram authored Aug 14, 2024
2 parents 38b092f + 99af085 commit 07b9abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"importlib_resources>=1.1",
"scanspec",
"dataclasses-json",
"pydantic<2.0",
"pydantic",
]
license.file = "LICENSE"
readme = "README.rst"
Expand All @@ -39,7 +39,7 @@ dev = [
"pytest-random-order",
"sphinx-autobuild",
"sphinx-rtd-theme",
"autodoc_pydantic<2.0.0", # Needed for pydantic docs
"autodoc_pydantic", # Needed for pydantic docs
"bump2version",
"pipdeptree",
"ipython",
Expand Down

0 comments on commit 07b9abc

Please sign in to comment.