Skip to content

Commit

Permalink
feat: adds aind-data-schema back into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed May 19, 2024
1 parent bcccf80 commit 05debe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
'boto3',
'pydantic>=2.0',
'pydantic-settings>=2.0',
'aind-data-schema==0.33.3',
'aind-data-transfer-models==0.3.0'
]

Expand Down
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def test_jinja_dict(self):
)
job_status_0 = JobStatus.from_airflow_dag_run(dag_response.dag_runs[4])
jinja_dict = job_status_0.jinja_dict
print(jinja_dict)
expected_output = {
"end_time": datetime(
2024, 5, 18, 23, 51, 17, 716003, tzinfo=timezone.utc
Expand Down

0 comments on commit 05debe6

Please sign in to comment.