Skip to content

Commit a99bc97

Browse files
author
Jozef Volak
committed
Update service api to V0.0.3
1 parent 4fcbc9f commit a99bc97

File tree

21 files changed

+136
-1203
lines changed

21 files changed

+136
-1203
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
poetry.lock
2+
13
**/.idea
24
.idea
35
# Byte-compiled / optimized / DLL files

inventory/python/frinx_worker/inventory/workflows/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from frinx.common.workflow.workflow import FrontendWFInputFieldType
1313
from frinx.common.workflow.workflow import WorkflowImpl
1414
from frinx.common.workflow.workflow import WorkflowInputField
15+
1516
from .. import InventoryService
1617

1718

inventory/python/poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inventory/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry.dependencies]
66
python = "^3.10"
77
pydantic = "^1.10.7"
8-
frinx-inventory-api = {git = "ssh://git@github.com/FRINXio/frinx-services-python-api.git", rev = "v0.0.1", subdirectory = "inventory/python"}
8+
frinx-inventory-api = {git = "ssh://git@github.com/FRINXio/frinx-services-python-api.git", rev = "v0.0.3", subdirectory = "inventory/python"}
99
frinx-python-sdk = {git = "ssh://git@github.com/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
1010

1111
[tool.poetry.group.dev.dependencies]

misc/python/http/poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

misc/python/kafka/frinx_worker/kafka/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from frinx.common.conductor_enums import TaskResultStatus
55
from frinx.common.worker.service import ServiceWorkersImpl
6-
from frinx.common.worker.task import Task
76
from frinx.common.worker.task_def import TaskDefinition
87
from frinx.common.worker.task_def import TaskExecutionProperties
98
from frinx.common.worker.task_def import TaskInput

misc/python/kafka/poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)