Merge pull request #292815 from r-ryantm/auto-update/python312Packages.langsmith

python312Packages.langsmith: 0.1.10 -> 0.1.13

authored by OTABI Tomoya and committed by GitHub 31f91738 0c6fd1b6

+2 -2
+2 -2
pkgs/development/python-modules/langsmith/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "langsmith"; 18 - version = "0.1.10"; 18 + version = "0.1.13"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "langchain-ai"; 25 25 repo = "langsmith-sdk"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-9My/0DPN6AwAFoAiTdl6jd2GtX4fpFIgpnZe/WzAi9c="; 27 + hash = "sha256-An9E0vT8WJaEcq0QOasnIgHkK1cdV7H5OLqa0EVWd5Q="; 28 28 }; 29 29 30 30 sourceRoot = "${src.name}/python";