python310Packages.weaviate-client: 3.15.4 -> 3.18.0 (#231329)

This commit is contained in:
R. RyanTM 2023-05-11 14:09:42 -07:00 committed by GitHub
parent 8a92dd9a9a
commit 3fc5d42ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "3.15.4";
version = "3.18.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-XmHr/+++32KwdR195WL/1ThHF8juat/KTqbrFQ0BLhw=";
hash = "sha256-QjpSZRijJQXFKTMo5fJS5su/IOSzEkcz9w0Q/A1oI8k=";
};
postPatch = ''