Skip to content

Commit

Permalink
Add upper bound on traitlets, <5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 27, 2023
1 parent ca00840 commit 8c611c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dynamic = ["version"]
requires-python = ">=3.7"
dependencies = [
"sphinx>=4",
"traitlets>=4",
# FIXME: traitlets are upper bounded as a workaround to
# https://github.com/jupyterhub/autodoc-traits/issues/55
"traitlets>=4,<5.10",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 8c611c5

Please sign in to comment.