Skip to content

Commit

Permalink
Merge pull request #627 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 bcdc028 + 462e635 commit 7909e53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 @@ odin~=1.7
psycopg2~=2.9
pytz~=2024.1
PyYAML~=6.0
rac-schema-validator~=0.1
rac-schema-validator~=1.0
requests~=2.28
shortuuid~=1.0
uritemplate~=4.1
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==24.2.0
# referencing
bagit==1.8.1
# via asterism
boltons==24.0.0
boltons==24.1.0
# via archivessnake
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -69,7 +69,7 @@ pyyaml==6.0.2
# -r requirements.in
# archivessnake
# vcrpy
rac-schema-validator==0.1
rac-schema-validator==1.0
# via -r requirements.in
rapidfuzz==3.10.1
# via archivessnake
Expand All @@ -82,7 +82,7 @@ requests==2.32.3
# -r requirements.in
# archivessnake
# electronbonder
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand All @@ -93,7 +93,7 @@ six==1.16.0
# electronbonder
# odin
# vcrpy
sqlparse==0.5.1
sqlparse==0.5.2
# via django
structlog==24.4.0
# via archivessnake
Expand All @@ -107,7 +107,7 @@ urllib3==2.2.3
# via requests
vcrpy==4.4.0
# via -r requirements.in
wrapt==1.16.0
wrapt==1.17.0
# via vcrpy
yarl==1.17.1
yarl==1.18.0
# via vcrpy

0 comments on commit 7909e53

Please sign in to comment.