chore: update pyinfra to v3.4.2

This commit is contained in:
Jonathan Kössler 2025-01-15 13:39:16 +01:00
parent 2b85999258
commit 2429d90dd5
2 changed files with 327 additions and 24 deletions

345
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "image-classification-service" name = "image-classification-service"
version = "2.16.0" version = "2.17.0"
description = "" description = ""
authors = ["Team Research <research@knecon.com>"] authors = ["Team Research <research@knecon.com>"]
readme = "README.md" readme = "README.md"
@ -10,8 +10,8 @@ packages = [{ include = "image_prediction", from = "src" }]
python = ">=3.10,<3.11" python = ">=3.10,<3.11"
# FIXME: This should be recent pyinfra, but the recent protobuf packages are not compatible with tensorflow 2.9.0, also # FIXME: This should be recent pyinfra, but the recent protobuf packages are not compatible with tensorflow 2.9.0, also
# see RED-9948. # see RED-9948.
pyinfra = { version = "3.3.5", source = "gitlab-research" } pyinfra = { version = "3.4.2", source = "gitlab-research" }
kn-utils = { version = ">=0.3.2,<0.4.0", source = "gitlab-research" } kn-utils = { version = ">=0.4.0", source = "gitlab-research" }
dvc = "^2.34.0" dvc = "^2.34.0"
dvc-ssh = "^2.20.0" dvc-ssh = "^2.20.0"
dvc-azure = "^2.21.2" dvc-azure = "^2.21.2"