Merge pull request #336916 from r-ryantm/auto-update/python312Packages.fastembed

python312Packages.fastembed: 0.3.4 -> 0.3.5
This commit is contained in:
Pol Dellaiera
2024-08-24 09:08:39 +02:00
committed by GitHub
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-fsouRmBW56NJMsVsOaBUp920NVj/o0wd6DNsEd5qil8=";
hash = "sha256-IdIGht4RcejXoBTJ8eHi5fNw2ffxIi/chuoQBNjA98g=";
};
build-system = [ poetry-core ];