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

python312Packages.langsmith: 0.0.80 -> 0.0.83
This commit is contained in:
OTABI Tomoya 2024-01-22 22:38:45 +09:00 committed by GitHub
commit adc47c0010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.0.80";
version = "0.0.83";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-YFXwM/YiQJzJ1Nf76kuq3WtFhU6dUIHzK4K33+VO/lQ=";
hash = "sha256-WRrwekh4pcn3I0U/A2Q91ePrRx2RUC3XX+z4bez0BzU=";
};
sourceRoot = "${src.name}/python";