-
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.
Bumped frinx-services-python-api rev, pinned pyright to constant vers…
…ion and updated changelogs
- Loading branch information
1 parent
466be3f
commit 2c3e851
Showing
13 changed files
with
1,630 additions
and
1,495 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,20 +6,20 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^1.1" | ||
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "frinx-inventory-api_v1.0.0", subdirectory = "inventory/python" } | ||
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "graphql-pydantic-converter_v1.2.0", subdirectory = "inventory/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.0.263" | ||
mypy = "^1.5.1" | ||
pyright = "^1.1.317" | ||
pyright = "1.1.346" | ||
types-requests = "^2.31.0.2" | ||
|
||
[tool.poetry] | ||
packages = [{ include = "frinx_worker" }] | ||
name = "frinx-inventory-worker" | ||
description = "Conductor worker for Frinx Device Inventory" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.0.2" | ||
version = "1.0.4" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "device inventory", "worker"] | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# 1.0.0 | ||
- Updated frinx-python-sdk to version ^1.1 | ||
# 0.0.1 | ||
- Updated frinx-python-sdk to version ^1.1 | ||
|
||
# 0.0.2 | ||
- Updated frinx-resource-manager-api to rev "graphql-pydantic-converter_v1.2.0" |
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 |
---|---|---|
|
@@ -6,19 +6,19 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^1.1" | ||
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "frinx-resource-manager-api_v2.0.0", subdirectory = "resource-manager/python" } | ||
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "graphql-pydantic-converter_v1.2.0", subdirectory = "resource-manager/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.0.263" | ||
mypy = "^1.3.0" | ||
pyright = "^1.1.317" | ||
pyright = "1.1.346" | ||
|
||
[tool.poetry] | ||
packages = [{ include = "frinx_worker" }] | ||
name = "frinx-resource-manager-worker" | ||
description = "Conductor worker for Frinx Resource Manager" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "resource-manager", "worker"] | ||
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
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 |
---|---|---|
|
@@ -6,19 +6,19 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^1.1" | ||
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "frinx-schellar-api_v1.0.0", subdirectory = "schellar/python/" } | ||
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "graphql-pydantic-converter_v1.2.0", subdirectory = "schellar/python/" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.0.263" | ||
mypy = "^1.5.1" | ||
pyright = "^1.1.317" | ||
pyright = "1.1.346" | ||
|
||
[tool.poetry] | ||
packages = [{ include = "frinx_worker" }] | ||
name = "frinx-schellar-worker" | ||
description = "Conductor worker for Schellar service" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.0.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "schellar", "worker"] | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# 1.0.0 | ||
- Updated frinx-python-sdk to version ^1.1 | ||
# 0.0.1 | ||
- Updated frinx-python-sdk to version ^1.1 | ||
|
||
# 0.0.2 | ||
- Updated frinx-topology-discovery-api to rev "graphql-pydantic-converter_v1.2.0" |
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 |
---|---|---|
|
@@ -6,19 +6,19 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^1.1" | ||
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "frinx-topology-discovery-api_v1.0.0", subdirectory = "topology-discovery/python" } | ||
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", rev = "graphql-pydantic-converter_v1.2.0", subdirectory = "topology-discovery/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.0.263" | ||
mypy = "^1.5.1" | ||
pyright = "^1.1.317" | ||
pyright = "1.1.346" | ||
|
||
[tool.poetry] | ||
packages = [{ include = "frinx_worker" }] | ||
name = "frinx-topology-discovery-worker" | ||
description = "Conductor worker for Frinx Topology Discovery" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "topology-discovery", "worker"] | ||
license = "Apache 2.0" | ||
|
Oops, something went wrong.