-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FR-144 Support UniConfig 6.0.X release (#88)
* FR-144 Updated generated UniConfig models - bumped version of the datamodel-codegen because of the bug: koxudaxi/datamodel-code-generator#1648 * FR-144 Bumped datamodel-codegen and regenerated JSON schema models * FR-144 Bumped version of packages - json-schema >> 0.0.2 - uniconfig >> 1.1.0 * FR-144 Fix/ignore codespell issues * FR-144 Fixed codespell issues * FR-144 Removed unuseed entry from .codespellignore * FR-144 Ignore ruff errors in generated createsubscription.py file
- Loading branch information
Showing
30 changed files
with
1,132 additions
and
1,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
# 0.0.1 | ||
- Introduced generating of pydantic classes out of JSON schemas. | ||
|
||
# 0.1.0 | ||
- Added JSON schema and generated pydantic class for performance-monitoring service. | ||
- Added JSON schema and generated pydantic class for performance-monitoring service. | ||
|
||
# 0.1.1 | ||
- Updated generated pydantic classes with bunmped version | ||
of datamodel-code-generator (0.25.5). | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ pydantic = "^2" | |
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.0.263" | ||
pyright = "^1.1.317" | ||
datamodel-code-generator = {extras = ["http"], version = "^0.21.3"} | ||
datamodel-code-generator = {extras = ["http"], version = "^0.25.5"} | ||
mypy = "1.3.0" | ||
|
||
[tool.poetry] | ||
packages = [{ include = "frinx_api" }] | ||
name = "frinx-json-schemas" | ||
description = "JSON schemas to pydantic basemodel converter" | ||
authors = ["Jakub Bogusciak <[email protected]>"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["json-schema"] | ||
license = "Apache 2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.