Skip to content

Commit

Permalink
Merge pull request #110 from uc-cdis/update-branches
Browse files Browse the repository at this point in the history
(PPS-710): use new release of gen3datamodel
  • Loading branch information
george42-ctds authored Sep 27, 2024
2 parents 3455665 + 6196a1d commit 8c4d893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = "data-simulator"
version = "1.6.3"
version = "1.6.4"
description = "Gen3 Data Simulator"
authors = ["CTDS UChicago <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ data-simulator = 'datasimulator.main:main'
[tool.poetry.dependencies]
python = ">=3.9,<4"
cdislogging = "*"
gen3datamodel = {git = "https://github.com/uc-cdis/gen3datamodel", branch = "chore/update-branches"}
gen3datamodel = {git = "https://github.com/uc-cdis/gen3datamodel", rev = "3.2.1"}
gen3dictionary = "*"
pyyaml = "<7"
rstr = ">=3,<4"
Expand Down

0 comments on commit 8c4d893

Please sign in to comment.