From 2f2bd08856539f4e66bf03ede2ceb4954676bdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:05:38 +0100 Subject: [PATCH] Chore(deps): Update weaviate-client requirement in /api/app (#112) Updates the requirements on [weaviate-client](https://github.com/weaviate/weaviate-python-client) to permit the latest version. - [Release notes](https://github.com/weaviate/weaviate-python-client/releases) - [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst) - [Commits](https://github.com/weaviate/weaviate-python-client/compare/v4.7.1...v4.9.0) --- updated-dependencies: - dependency-name: weaviate-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index 9f60f92..f376c7c 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -12,4 +12,4 @@ python-multipart~=0.0.16 baize~=0.20.8 alembic~=1.13.3 face-recognition~=1.3.0 -weaviate-client~=4.7.1 +weaviate-client~=4.9.0