Sarah Clark 2025-05-08 12:03:58 -07:00
parent 8996d874ae
commit ab653420c5

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "langchain-text-splitters";
version = "0.3.7";
version = "0.3.8";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-text-splitters==${version}";
hash = "sha256-tIX1nxmXU3xhJuM2Q3Tm4fbCoJwI0A8+G1aSyLcoNo0=";
hash = "sha256-Ia3ZZ94uLZUVr1/w4HLPZLM6u8leA4OJtAwUf7eSAE0=";
};
sourceRoot = "${src.name}/libs/text-splitters";