RED-10017 "Investigate crashing py services when upload large number of files"

This commit is contained in:
Francisco Schulz 2024-09-23 18:55:01 +02:00
parent afa6fc34cb
commit 16f2f0d557
3 changed files with 676 additions and 653 deletions

View File

@ -1 +1 @@
3.10.12
3.10

1321
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "image-classification-service"
version = "2.11.0"
version = "2.13.0"
description = ""
authors = ["Team Research <research@knecon.com>"]
readme = "README.md"
@ -10,8 +10,8 @@ packages = [{ include = "image_prediction", from = "src" }]
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
# see RED-9948.
pyinfra = { version = "3.2.6.dev263", source = "gitlab-research" }
kn-utils = { version = "0.2.7", source = "gitlab-research" }
pyinfra = { version = "3.2.8", source = "gitlab-research" }
kn-utils = { version = "^0.2.7", source = "gitlab-research" }
dvc = "^2.34.0"
dvc-ssh = "^2.20.0"
dvc-azure = "^2.21.2"