Skip to content

Commit

Permalink
(PPS-710): update gen3datamodel to PyPI version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Oct 1, 2024
1 parent 91ef148 commit 75c332d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 39 deletions.
48 changes: 12 additions & 36 deletions poetry.lock

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

5 changes: 2 additions & 3 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.4"
version = "1.6.5"
description = "Gen3 Data Simulator"
authors = ["CTDS UChicago <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,8 +16,7 @@ data-simulator = 'datasimulator.main:main'
[tool.poetry.dependencies]
python = ">=3.9,<4"
cdislogging = "*"
# gen3datamodel = {git = "https://github.com/uc-cdis/gen3datamodel", rev = "3.2.1"}
gen3datamodel = {git = "https://github.com/uc-cdis/gen3datamodel", branch = "chore/update-branches"}
gen3datamodel = ">=3.2.1"
gen3dictionary = "*"
pyyaml = "<7"
rstr = ">=3,<4"
Expand Down

0 comments on commit 75c332d

Please sign in to comment.