Skip to content

Commit

Permalink
Merge pull request #320 from RockefellerArchiveCenter/schemas
Browse files Browse the repository at this point in the history
Update schemas and validator
  • Loading branch information
helrond authored Nov 22, 2024
2 parents 4c35e1c + aa50600 commit e224bdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jsonschema~=4.7
markdown~=3.5
psycopg2~=2.9
PyYAML~=6.0
rac-schema-validator~=0.1
rac-schema-validator~=1.0
rac_es~=1.0
shortuuid~=1.0
uritemplate~=4.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jsonschema-specifications==2024.10.1
# via jsonschema
markdown==3.7
# via -r requirements.in
packaging==24.1
packaging==24.2
# via django-nine
psycopg2==2.9.10
# via -r requirements.in
Expand All @@ -65,13 +65,13 @@ pyyaml==6.0.2
# via -r requirements.in
rac-es==1.1.0
# via -r requirements.in
rac-schema-validator==0.1
rac-schema-validator==1.0
# via -r requirements.in
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand All @@ -83,7 +83,7 @@ six==1.16.0
# django-elasticsearch-dsl-drf
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
typing-extensions==4.12.2
# via asgiref
Expand Down

0 comments on commit e224bdb

Please sign in to comment.