about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-11 22:35:03 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-11 22:35:03 +0200
commit4aba918d10f7650f5291ac18ded05e835a7354f4 (patch)
treee21fca59dac5264c856c93f7b50deb110e06ea2c /pkgs/development
parent642ead7c2d2bc9aef6c916d560a50ace11b3aa45 (diff)
python311Packages.weaviate-client: 4.5.7 -> 4.6.0
Diff: https://github.com/weaviate/weaviate-python-client/compare/refs/tags/v4.5.7...v4.6.0

Changelog: https://github.com/weaviate/weaviate-python-client/releases/tag/v4.6.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/weaviate-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/weaviate-client/default.nix b/pkgs/development/python-modules/weaviate-client/default.nix
index 73f896e5541d5..9047bc8fb1762 100644
--- a/pkgs/development/python-modules/weaviate-client/default.nix
+++ b/pkgs/development/python-modules/weaviate-client/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "weaviate-client";
-  version = "4.5.7";
+  version = "4.6.0";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "weaviate";
     repo = "weaviate-python-client";
     rev = "refs/tags/v${version}";
-    hash = "sha256-VIGcfAzU/0nrVqhny2Ix6rU0DkDhRvX9UkfK8k412QU=";
+    hash = "sha256-F4FFG8W8zjEcD1OssioKTik0sy6B/kGITYfW+bqhNkQ=";
   };
 
   pythonRelaxDeps = [