Package Details: python-langsmith 0.8.0-1

Git Clone URL: https://aur.archlinux.org/python-langsmith.git (read-only, click to copy)
Package Base: python-langsmith
Description: Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
Upstream URL: https://github.com/langchain-ai/langsmith-sdk
Licenses: MIT
Submitter: huyz
Maintainer: Rainbowu
Last Packager: Rainbowu
Votes: 3
Popularity: 0.60
First Submitted: 2023-09-09 10:16 (UTC)
Last Updated: 2026-05-04 12:35 (UTC)

Latest Comments

medaminezghal commented on 2025-12-05 08:59 (UTC)

@mistersmee You need to add python-uuid-utils as dependency to this package or it will not works.

BrainDamage commented on 2025-08-31 09:59 (UTC)

this package misses python-hatchling from the makedeps list, otherwise it fails to build with:

Traceback (most recent call last):
    File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
        raise BackendUnavailable(
        ...<4 lines>...
        )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'