python3Packages.langsmith: 0.3.45 -> 0.4.9 (#430183)

Changed files
+4 -2
pkgs
development
python-modules
langsmith
+4 -2
pkgs/development/python-modules/langsmith/default.nix
···
fastapi,
freezegun,
instructor,
+
opentelemetry-sdk,
pytest-asyncio,
pytest-vcr,
pytestCheckHook,
···
buildPythonPackage rec {
pname = "langsmith";
-
version = "0.3.45";
+
version = "0.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
-
hash = "sha256-uR3Uukt8LwoBKBcgyX2srK0C6O04IEECe/cFhBQFO2s=";
+
hash = "sha256-7XV85/IN1hG9hYBSg73pymIwIWYAay/18NAsV6Jz4Ik=";
};
sourceRoot = "${src.name}/python";
···
fastapi
freezegun
instructor
+
opentelemetry-sdk
pytest-asyncio
pytest-vcr
pytestCheckHook