diff --git a/pyproject.toml b/pyproject.toml index 69c8e98..711e2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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' ] diff --git a/tests/resources/slims/mapped/ecephys_session.json b/tests/resources/slims/mapped/ecephys_session.json index c970b3e..5975ef8 100644 --- a/tests/resources/slims/mapped/ecephys_session.json +++ b/tests/resources/slims/mapped/ecephys_session.json @@ -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, diff --git a/tests/resources/slims/mapped/ecephys_session2.json b/tests/resources/slims/mapped/ecephys_session2.json index a860579..07d8e9e 100644 --- a/tests/resources/slims/mapped/ecephys_session2.json +++ b/tests/resources/slims/mapped/ecephys_session2.json @@ -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,