Skip to content

Commit

Permalink
build: update core package versions (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 authored Nov 21, 2024
1 parent 1c6492d commit c535f7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dynamic = ["version"]

dependencies = [
'pydantic-settings>=2.0',
'pydantic>=2.7,<2.9',
'aind-metadata-mapper[bergamo]==0.18.0',
'aind-data-schema==1.1.1',
'pydantic>=2.10',
'aind-metadata-mapper[bergamo]==0.21.0',
'aind-data-schema==1.2.0',
'typing-extensions==4.12.2'
]

Expand Down
2 changes: 1 addition & 1 deletion tests/resources/slims/mapped/ecephys_session.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/session.py",
"schema_version": "1.0.1",
"schema_version": "1.0.3",
"protocol_id": [],
"session_end_time": null,
"session_type": null,
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/slims/mapped/ecephys_session2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/session.py",
"schema_version": "1.0.1",
"schema_version": "1.0.3",
"protocol_id": [],
"session_end_time": null,
"session_type": null,
Expand Down

0 comments on commit c535f7c

Please sign in to comment.