Skip to content

Commit

Permalink
feat(deps): Update openjd-model to 0.5.* and openjd-session to 0.9.* (#…
Browse files Browse the repository at this point in the history
…118)

feat(deps)!: Update openjd-model to 0.5.* and openjd-session to 0.9.*

Signed-off-by: Marshall Jackson <amarsjac@amazon.com>
  • Loading branch information
amarsjac authored Nov 13, 2024
1 parent db13d3c commit ef97dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit ef97dd8

Please sign in to comment.