Skip to content

Commit

Permalink
chore(pins): update dictionary pins to 2.4.0-rc.1 (#363)
Browse files Browse the repository at this point in the history
DEV-722: update dictionary pins to 2.4.0-rc.1
  • Loading branch information
kulgan authored Jun 4, 2021
1 parent 715cf08 commit 4772470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==19.3.0
# via jsonschema
git+https://github.com/NCI-GDC/[email protected]#egg=gdc-ng-models
# via gdcdatamodel (setup.py)
git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1#egg=gdcdictionary
git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0-rc.2#egg=gdcdictionary
# via gdcdatamodel (setup.py)
graphviz==0.4.10
# via gdcdatamodel (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pytz~=2020.1",
"graphviz>=0.4.10,<0.17",
"jsonschema~=3.2",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1#egg=gdcdictionary",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0-rc.2#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/[email protected]#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/[email protected]#egg=psqlgraph",
],
Expand Down
1 change: 1 addition & 0 deletions test/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_json_validator_with_array_prop(self):
'submitter_id': 'test',
'age_at_diagnosis': 10,
'primary_diagnosis': 'Abdominal desmoid',
"primary_disease": True, # now required property with dictionary 2.4.0
"morphology": "8000/0",
"tissue_or_organ_of_origin": "Abdomen, NOS",
"site_of_resection_or_biopsy": "Abdomen, NOS",
Expand Down

0 comments on commit 4772470

Please sign in to comment.