Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 13, 2024
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