Skip to content

Commit

Permalink
Merge pull request #107 from monarch-initiative/update-dependencies
Browse files Browse the repository at this point in the history
Relax dependencies to get along with the latest kgx release
  • Loading branch information
kevinschaper authored Apr 18, 2023
2 parents b45fc1b + e020910 commit fdaa954
Showing 1 changed file with 2 additions and 2 deletions.
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.3.0"
version = "0.3.1"
description = "Data transformation framework for LinkML data models"
authors = [
"The Monarch Initiative <[email protected]>",
Expand All @@ -18,7 +18,7 @@ packages = [
python = "^3.8"
linkml-validator = ">=0.4.4"
pydantic = "^1.0.0"
pyyaml = "^5.3.1"
pyyaml = ">=5.0.0"
requests = "^2.24.0"
ordered-set = ">=4.1.0"
typer = "^0.7.0"
Expand Down

0 comments on commit fdaa954

Please sign in to comment.