Skip to content

Commit 31cf2ae

Browse files
Jozef VolakJozefiel
authored andcommitted
Update python-sdk dependency branch
1 parent b41dde5 commit 31cf2ae

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

inventory/python/poetry.lock

Lines changed: 3 additions & 3 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
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
python = "^3.10"
77
pydantic = "^1.10.7"
88
frinx-inventory-api = {git = "ssh://[email protected]/FRINXio/frinx-services-python-api.git", rev = "v0.0.3", subdirectory = "inventory/python"}
9-
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
9+
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "main"}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
ruff = "^0.0.263"

misc/python/conductor-system-test/poetry.lock

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

misc/python/conductor-system-test/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-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
8+
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "main"}
99

1010
[tool.poetry.group.dev.dependencies]
1111
ruff = "^0.0.263"

misc/python/http/poetry.lock

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

misc/python/http/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-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
8+
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "main"}
99

1010
[tool.poetry.group.dev.dependencies]
1111
ruff = "^0.0.263"

misc/python/influxdb/poetry.lock

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

misc/python/influxdb/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-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
8+
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "main"}
99
influxdb-client = "^1.37.0"
1010

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

misc/python/kafka/poetry.lock

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

misc/python/kafka/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-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "poetry_sdk"}
8+
frinx-python-sdk = {git = "ssh://[email protected]/FRINXio/frinx-python-sdk.git", rev = "main"}
99
cache3 = "^0.4.3"
1010
kafka-python = "^2.0.2"
1111

0 commit comments

Comments
 (0)