python312Packages.langsmith: 0.1.129 -> 0.1.137 (#352080)

This commit is contained in:
Pol Dellaiera 2024-10-29 22:10:43 +01:00 committed by GitHub
commit 1a1b7c2a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,17 @@
poetry-core,
# dependencies
httpx,
orjson,
pydantic,
requests,
requests-toolbelt,
# tests
anthropic,
dataclasses-json,
fastapi,
freezegun,
httpx,
instructor,
pytest-asyncio,
pytestCheckHook,
@ -27,14 +28,14 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.129";
version = "0.1.137";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-GIWDGr6zd/YaSgcSrIw0a1Ul9RxdmtJBMTEbGapudtw=";
hash = "sha256-nR3fb3MHBxFvI4qrsTpElLWTDUESZ8J78GsVoCGTIyQ=";
};
sourceRoot = "${src.name}/python";
@ -44,9 +45,11 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
httpx
orjson
pydantic
requests
requests-toolbelt
];
nativeCheckInputs = [
@ -54,7 +57,6 @@ buildPythonPackage rec {
dataclasses-json
fastapi
freezegun
httpx
instructor
pytest-asyncio
pytestCheckHook