mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python311Packages.langsmith: 0.0.37 -> 0.0.49
Diff: https://github.com/langchain-ai/langsmith-sdk/compare/refs/tags/v0.0.37...v0.0.49 Changelog: https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.0.49
This commit is contained in:
parent
b3d95c4c3b
commit
0dd3f24ea5
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langsmith";
|
||||
version = "0.0.37";
|
||||
version = "0.0.49";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "langchain-ai";
|
||||
repo = "langsmith-sdk";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xtyGL1Voyoik3fN//xhPNetC+yera4Wd+DZJTnLhW7g=";
|
||||
hash = "sha256-vOa9FNzeJB8QgJ6FW+4vxNfDnBbrKtByIwW3sGP8/ho=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/python";
|
||||
@ -46,6 +46,11 @@ buildPythonPackage rec {
|
||||
"integration_tests"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# due to circular import
|
||||
"tests/integration_tests/test_client.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"langsmith"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user