diff --git a/pyproject.toml b/pyproject.toml index 068eb6e..225ea21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ "Intended Audience :: End Users/Desktop" ] dependencies = [ - "openjd-sessions == 0.8.*", - "openjd-model == 0.4.*" + "openjd-sessions == 0.9.*", + "openjd-model == 0.5.*" ] [project.urls] diff --git a/test/openjd/cli/test_schema_command.py b/test/openjd/cli/test_schema_command.py index a33c4a0..bb7b2dd 100644 --- a/test/openjd/cli/test_schema_command.py +++ b/test/openjd/cli/test_schema_command.py @@ -2,7 +2,7 @@ from openjd.cli._schema._schema_command import do_get_schema, _process_regex from openjd.model import TemplateSpecificationVersion -from pydantic import BaseModel +from pydantic.v1 import BaseModel from argparse import Namespace import json