Skip to content

Commit

Permalink
📚 Pin pydantic version
Browse files Browse the repository at this point in the history
New version currently breaks sphinx-immaterial: jbms/sphinx-immaterial#302
  • Loading branch information
chrisjsewell committed Nov 13, 2023
1 parent b134656 commit 91c4781
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 9 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ sphinx-copybutton = { version="^0.5", optional = true }
sphinxcontrib-programoutput = { version="^0.17", optional = true }
sphinx-design = { version="^0.5", optional = true }
sphinx-immaterial = { version="0.11.7", optional = true }
pydantic = { version="2.4.2", optional = true }

[tool.poetry.extras]
plotting = ["matplotlib"]
Expand All @@ -89,6 +90,7 @@ docs = [
"sphinxcontrib-programoutput",
"sphinx-design",
"sphinx-immaterial",
"pydantic" # note this is only required because of https://github.com/jbms/sphinx-immaterial/issues/302
]

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 91c4781

Please sign in to comment.