Skip to content

Commit 437aef0

Browse files
authored
fix(deps): widen typer upper bound (#252)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent f707917 commit 437aef0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pyyaml = ">=5.1,<7.0.0"
5858
typing-extensions = "^4.12.2"
5959
transformers = { version = "^4.34.0", optional = true }
6060
semchunk = { version = "^2.2.0", optional = true }
61-
typer = "^0.12.5"
61+
typer = ">=0.12.5,<0.16.0"
6262
latex2mathml = "^3.77.0"
6363

6464
[tool.poetry.extras]

0 commit comments

Comments
 (0)