python311Packages.langsmith 0.0.83 -> 0.0.85 https://repology.org/project/python:langsmith/versions attrpath: python311Packages.langsmith Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aikf7fki9pddlikr0p546cgi4aiqi0bh-packages.json.drv building '/nix/store/aikf7fki9pddlikr0p546cgi4aiqi0bh-packages.json.drv'... Going to be running update for following packages: - python3.11-langsmith-0.0.83 Press Enter key to continue... Running update for: - python3.11-langsmith-0.0.83: UPDATING ... - python3.11-langsmith-0.0.83: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langsmith/default.nix b/pkgs/development/python-modules/langsmith/default.nix index 21ee2b4ac871..3dee38018bb5 100644 --- a/pkgs/development/python-modules/langsmith/default.nix +++ b/pkgs/development/python-modules/langsmith/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "langsmith"; - version = "0.0.83"; + version = "0.0.85"; 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-WRrwekh4pcn3I0U/A2Q91ePrRx2RUC3XX+z4bez0BzU="; + hash = "sha256-CHhQBS9nQjDR9V4gOTBREg2QTPsdsEtCc5bjCpc2ocs="; }; sourceRoot = "${src.name}/python"; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.langsmith nix build failed. @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: langsmith @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0 rootdir: /build/source/python configfile: pyproject.toml plugins: asyncio-0.21.1 asyncio: mode=Mode.AUTO collecting ...  collected 53 items / 1 error / 13 deselected / 40 selected  ==================================== ERRORS ==================================== _______________ ERROR collecting tests/unit_tests/test_client.py _______________ ImportError while importing test module '/build/source/python/tests/unit_tests/test_client.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/w4fvvhkzb0ssv0fw5j34pw09f0qw84w8-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit_tests/test_client.py:17: in import attr E ModuleNotFoundError: No module named 'attr' =========================== short test summary info ============================ ERROR tests/unit_tests/test_client.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================= 13 deselected, 1 error in 0.38s ======================== /nix/store/bknngadwym46j65qs14ic2w79rpav888-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context