Skip to content

Commit

Permalink
Unpin Pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkwah committed Dec 21, 2023
1 parent ec05d49 commit ed0784d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"autoapi",
"ipython",
"rstcheck",
"pydantic<2", # remove this when ert unpins fastapi and pydantic
"pydantic",
"sphinx<7",
"sphinx-argparse",
"sphinx-autodoc-typehints",
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black>=20.8b0
black
flake8
isort
mypy
Expand Down

0 comments on commit ed0784d

Please sign in to comment.