Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion test/openjd/cli/test_schema_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down