python3Packages.langsmith: 0.4.9 -> 0.4.11

https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.4.11

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
langsmith
+4 -4
pkgs/development/python-modules/langsmith/default.nix
···
fetchFromGitHub,
# build-system
-
poetry-core,
# dependencies
httpx,
···
buildPythonPackage rec {
pname = "langsmith";
-
version = "0.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
-
hash = "sha256-7XV85/IN1hG9hYBSg73pymIwIWYAay/18NAsV6Jz4Ik=";
};
sourceRoot = "${src.name}/python";
pythonRelaxDeps = [ "orjson" ];
-
build-system = [ poetry-core ];
dependencies = [
httpx
···
fetchFromGitHub,
# build-system
+
hatchling,
# dependencies
httpx,
···
buildPythonPackage rec {
pname = "langsmith";
+
version = "0.4.11";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
+
hash = "sha256-bLHCkTMgnHM/m9EfzrfIY5148IpAnaCPft718b9/2jM=";
};
sourceRoot = "${src.name}/python";
pythonRelaxDeps = [ "orjson" ];
+
build-system = [ hatchling ];
dependencies = [
httpx