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

Update API packages to 6.1.0 #54

Merged
merged 1 commit into from
Jul 19, 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
186 changes: 84 additions & 102 deletions inventory/python/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inventory/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10"
pydantic = "^2"
frinx-python-sdk = "^2"
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "frinx-inventory-api_v2.0.1", subdirectory = "frinx-inventory-server/python" }
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "frinx-inventory-server/python" }

[tool.poetry.group.dev.dependencies]
ruff = "^0"
Expand All @@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-inventory-worker"
description = "Conductor worker for Frinx Device Inventory"
authors = ["Jozef Volak <[email protected]>"]
version = "1.2.1"
version = "1.2.2"
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
keywords = ["frinx-machine", "device inventory", "worker"]
license = "Apache 2.0"
Expand Down
324 changes: 153 additions & 171 deletions misc/python/conductor-system-test/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/python/conductor-system-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-conductor-system-test-worker"
description = "Conductor system test worker for Frinx Machine"
authors = ["Jozef Volak <[email protected]>"]
version = "1.0.0"
version = "1.0.1"
readme = ["README.md", "CHANGELOG.md"]
keywords = ["frinx-machine", "conductor-system-test", "worker"]
license = "Apache 2.0"
Expand Down
330 changes: 156 additions & 174 deletions misc/python/http/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/python/http/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-http-worker"
description = "Conductor HTTP worker for Frinx Machine"
authors = ["Jozef Volak <[email protected]>"]
version = "2.0.0"
version = "2.0.1"
readme = ["README.md", "CHANGELOG.md"]
keywords = ["frinx-machine", "http", "worker"]
license = "Apache 2.0"
Expand Down
333 changes: 165 additions & 168 deletions misc/python/influxdb/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/python/influxdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-influxdb-worker"
description = "Conductor InfluxDB worker for Frinx Machine"
authors = ["Jozef Volak <[email protected]>"]
version = "1.2.0"
version = "1.2.1"
readme = ["README.md", "CHANGELOG.md"]
keywords = ["frinx-machine", "influxdb", "worker"]
license = "Apache 2.0"
Expand Down
166 changes: 74 additions & 92 deletions misc/python/kafka/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/python/kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-kafka-worker"
description = "Conductor Kafka worker for Frinx Machine"
authors = ["Jozef Volak <[email protected]>"]
version = "1.1.0"
version = "1.1.1"
readme = ["README.md", "CHANGELOG.md"]
keywords = ["frinx-machine", "kafka", "worker"]
license = "Apache 2.0"
Expand Down
344 changes: 163 additions & 181 deletions misc/python/python-lambda/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/python/python-lambda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-python-lambda"
description = "Conductor Python Lambda worker for Frinx Machine"
authors = ["Jozef Volak <[email protected]>"]
version = "1.0.1"
version = "1.0.2"
readme = ["README.md", "CHANGELOG.md"]
keywords = ["frinx-machine", "python-lambda", "worker"]
license = "Apache 2.0"
Expand Down
338 changes: 160 additions & 178 deletions resource-manager/python/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resource-manager/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10"
pydantic = "^2"
frinx-python-sdk = "^2"
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "resource-manager/python" }
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "resource-manager/python" }

[tool.poetry.group.dev.dependencies]
ruff = "^0"
Expand All @@ -18,7 +18,7 @@ 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
344 changes: 163 additions & 181 deletions schellar/python/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions schellar/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10"
pydantic = "^2"
frinx-python-sdk = "^2"
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "schellar/python/" }
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "schellar/python/" }

[tool.poetry.group.dev.dependencies]
ruff = "^0"
Expand All @@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }]
name = "frinx-schellar-worker"
description = "Conductor worker for Schellar service"
authors = ["Jozef Volak <[email protected]>"]
version = "1.1.0"
version = "1.1.1"
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
keywords = ["frinx-machine", "schellar", "worker"]
license = "Apache 2.0"
Expand Down
338 changes: 160 additions & 178 deletions topology-discovery/python/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions topology-discovery/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10"
pydantic = "^2"
frinx-python-sdk = "^2"
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "topology-discovery/python" }
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "topology-discovery/python" }

[tool.poetry.group.dev.dependencies]
ruff = "^0"
Expand All @@ -18,7 +18,7 @@ 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
Loading