Merge pull request #299413 from r-ryantm/auto-update/python311Packages.langsmith

python311Packages.langsmith: 0.1.31 -> 0.1.33
This commit is contained in:
OTABI Tomoya 2024-03-27 23:05:56 +09:00 committed by GitHub
commit 862788c3a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.31";
version = "0.1.33";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-eQ2oP1I7uc9s9vrDqKCIqMGuh1+MjUpLFukp3Fg0RM0=";
hash = "sha256-0yip9oUBjQ4AfaUuejxkFMAaVVXqawNPb4NQeiXb7J8=";
};
sourceRoot = "${src.name}/python";
@ -33,12 +33,12 @@ buildPythonPackage rec {
"orjson"
];
nativeBuildInputs = [
build-system = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
orjson
pydantic
requests