Skip to content

Commit

Permalink
Merge pull request #100 from monarch-initiative/typer-upgrade
Browse files Browse the repository at this point in the history
Upgrade typer to 0.7, no longer needs to be locked lower
  • Loading branch information
kevinschaper authored Dec 1, 2022
2 parents a4cbd0c + 3fff716 commit 7c6611d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "koza"
version = "0.2.4"
version = "0.2.5"
description = "Data transformation framework for LinkML data models"
authors = [
"The Monarch Initiative <[email protected]>",
Expand All @@ -19,7 +19,7 @@ pyyaml = "^5.3.1"
requests = "^2.24.0"
ordered-set = ">=4.1.0"
# typer = "^0.6.1" # Uncomment when monarch packages getg updated
typer = "^0.4"
typer = "^0.7.0"
click = "8.0.4" # force specific version of click for now, because typer 0.4.1 is busted

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7c6611d

Please sign in to comment.