mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-29 21:51:49 +00:00
python312Packages.langsmith: 0.1.129 -> 0.1.137 (#352080)
This commit is contained in:
commit
1a1b7c2a48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user