Skip to content

Commit

Permalink
Bumped frinx-services-python-api rev, pinned pyright to constant vers…
Browse files Browse the repository at this point in the history
…ion and updated changelogs
  • Loading branch information
MartinFoka committed Feb 26, 2024
1 parent 466be3f commit 2c3e851
Show file tree
Hide file tree
Showing 13 changed files with 1,630 additions and 1,495 deletions.
620 changes: 323 additions & 297 deletions inventory/python/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions inventory/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 5 additions & 2 deletions resource-manager/python/CHANGELOG.md
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"
613 changes: 319 additions & 294 deletions resource-manager/python/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions resource-manager/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion schellar/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
- Upgrade pydantic version to v2

# 1.0.1
- Updated frinx-python-sdk to version ^1.1
- Updated frinx-python-sdk to version ^1.1

# 1.0.2
- Updated frinx-schellar-api to rev "graphql-pydantic-converter_v1.2.0"
613 changes: 319 additions & 294 deletions schellar/python/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions schellar/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 5 additions & 2 deletions topology-discovery/python/CHANGELOG.md
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"
613 changes: 319 additions & 294 deletions topology-discovery/python/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions topology-discovery/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 2c3e851

Please sign in to comment.