python3Packages.langchain: 0.0.195 -> 0.0.201
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.195...v0.0.201 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.201
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
, pytest-mock
|
||||
, pytest-socket
|
||||
, pandas
|
||||
, syrupy
|
||||
, toml
|
||||
, freezegun
|
||||
, responses
|
||||
@@ -76,7 +77,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain";
|
||||
version = "0.0.195";
|
||||
version = "0.0.201";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -85,7 +86,7 @@ buildPythonPackage rec {
|
||||
owner = "hwchase17";
|
||||
repo = "langchain";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-PUBFAAqCAshUkASsGnFNQ5+Xh6416ISkMqJ0bYcx7WI=";
|
||||
hash = "sha256-+mS6rKypDrlKFg+c0GPAZ0YX7UYN+mlilnbX2hptLt0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -233,6 +234,7 @@ buildPythonPackage rec {
|
||||
pytest-socket
|
||||
pytest-asyncio
|
||||
pandas
|
||||
syrupy
|
||||
toml
|
||||
freezegun
|
||||
responses
|
||||
|
||||
Reference in New Issue
Block a user