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

authored by Pol Dellaiera and committed by GitHub 37a4fc0b d8c07e01

+4 -2
+4 -2
pkgs/development/python-modules/langsmith/default.nix
··· 21 21 fastapi, 22 22 freezegun, 23 23 instructor, 24 + opentelemetry-sdk, 24 25 pytest-asyncio, 25 26 pytest-vcr, 26 27 pytestCheckHook, ··· 30 31 31 32 buildPythonPackage rec { 32 33 pname = "langsmith"; 33 - version = "0.3.45"; 34 + version = "0.4.9"; 34 35 pyproject = true; 35 36 36 37 src = fetchFromGitHub { 37 38 owner = "langchain-ai"; 38 39 repo = "langsmith-sdk"; 39 40 tag = "v${version}"; 40 - hash = "sha256-uR3Uukt8LwoBKBcgyX2srK0C6O04IEECe/cFhBQFO2s="; 41 + hash = "sha256-7XV85/IN1hG9hYBSg73pymIwIWYAay/18NAsV6Jz4Ik="; 41 42 }; 42 43 43 44 sourceRoot = "${src.name}/python"; ··· 61 62 fastapi 62 63 freezegun 63 64 instructor 65 + opentelemetry-sdk 64 66 pytest-asyncio 65 67 pytest-vcr 66 68 pytestCheckHook