diff --git a/poetry.lock b/poetry.lock index 4d396a8..f72aa92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -883,13 +883,13 @@ neo4j = ["neo4j (>=5.0.0,<6.0.0)"] [[package]] name = "icij-worker" -version = "0.11.9" +version = "0.11.10" description = "Create asynchronous tasks from Python functions" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "icij_worker-0.11.9-py3-none-any.whl", hash = "sha256:ac4940b065e1de7d2f3f9bfbadc6ec4fe3a0d6efcf80cfbf745c9ecccf5a2573"}, - {file = "icij_worker-0.11.9.tar.gz", hash = "sha256:3ada73806bf18051def08b7c806330f0c7c1cf912909a2e2c5e631190cee15f6"}, + {file = "icij_worker-0.11.10-py3-none-any.whl", hash = "sha256:ce27ac268214ce546023c57831b77aa60b48ca73cbb4ad359a8177915313c130"}, + {file = "icij_worker-0.11.10.tar.gz", hash = "sha256:c726f34af43dcc2405b4b3570cf99f1e77907d097c2d0b5ca3dfb05c3db7930a"}, ] [package.dependencies] @@ -3521,4 +3521,4 @@ transformers = ["spacy-curated-transformers"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a3616256c1c92f8a0c76a3a7a4db23589a7a6e4721a1ecdbba66ab204286f862" +content-hash = "68054a213d145dc3dc6b8a3a511a1f3a3cf90c327732fdbd49cd6eca16ccab37" diff --git a/pyproject.toml b/pyproject.toml index c58dc58..58a5d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ where = ["datashare_spacy_worker/data/*.json"] [tool.poetry.dependencies] python = "^3.10" -icij-worker = { extras = ["amqp"], version = "^0.11.9" } +icij-worker = { extras = ["amqp"], version = "^0.11.10" } icij-common = { extras = ["elasticsearch"], version = "^0.5.3" } # TODO: it seems that wheels are not built for spacy >= 3.7.6 for ARM # TODO: optionnally add CUDA support for when a GPU is available