python3Packages.langchain-protocol: 0.0.12 -> 0.0.15 (#520273)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "langchain-protocol";
|
||||
version = "0.0.12";
|
||||
version = "0.0.15";
|
||||
pyproject = true;
|
||||
|
||||
# Not available vis Github yet; required by langchain-core
|
||||
src = fetchPypi {
|
||||
pname = "langchain_protocol";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-XhTENCkKcFyVEP2xqD7PdWGl5uDf0FOTCt6A26BpJp8=";
|
||||
hash = "sha256-mrLRHuc5RHVPEOA35xcJjTpnlvDlivqcrdphVOdlWt4=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user