Skip to content

Commit d3256f6

Browse files
authored
Merge pull request #1274 from Sage-Bionetworks/synpy-1681
[SYNPY-1681] Set JSON Schema type based on columnType; remove type setting via validation rules
2 parents a73bcc1 + 3ef114f commit d3256f6

25 files changed

+5553
-154
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
path: |
8585
${{ steps.get-dependencies.outputs.site_packages_loc }}
8686
${{ steps.get-dependencies.outputs.site_bin_dir }}
87-
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v28
87+
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v29
8888

8989
- name: Install py-dependencies
9090
if: steps.cache-dependencies.outputs.cache-hit != 'true'

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ curator =
112112
networkx>=2.2.8
113113
dataclasses-json>=0.6.1
114114
rdflib>=6.0.0
115+
jsonschema>=4.23.0
116+
115117

116118
pysftp =
117119
pysftp>=0.2.8,<0.3

0 commit comments

Comments
 (0)