Skip to content

Commit ef97dd8

Browse files
authored
feat(deps): Update openjd-model to 0.5.* and openjd-session to 0.9.* (#118)
feat(deps)!: Update openjd-model to 0.5.* and openjd-session to 0.9.* Signed-off-by: Marshall Jackson <[email protected]>
1 parent db13d3c commit ef97dd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
"Intended Audience :: End Users/Desktop"
3030
]
3131
dependencies = [
32-
"openjd-sessions == 0.8.*",
33-
"openjd-model == 0.4.*"
32+
"openjd-sessions == 0.9.*",
33+
"openjd-model == 0.5.*"
3434
]
3535

3636
[project.urls]

test/openjd/cli/test_schema_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from openjd.cli._schema._schema_command import do_get_schema, _process_regex
44
from openjd.model import TemplateSpecificationVersion
5-
from pydantic import BaseModel
5+
from pydantic.v1 import BaseModel
66

77
from argparse import Namespace
88
import json

0 commit comments

Comments
 (0)