Skip to main content

No project description provided

Project description

langsmith-pyo3

Python bindings for LangSmith internals.

Development

Requires a recent Rust build. rustup upgrade stable should do it.

Relies on maturin, uvx, and cargo-nextest.

To bootstrap, run:

cargo install --locked cargo-nextest
uv venv --seed
source .venv/bin/activate
pip install patchelf

To develop, run uvx maturin develop which will build and install the Rust code directly into the current virtualenv.

To build wheels, run uvx maturin build.

To make performance-optimized builds, append --release to either command.

To run install these bindings into another virtualenv (e.g. to run benchmarks), activate that virtualenv, then cd to this directory and run uvx maturin develop --release. When that command completes, the virtualenv will have an optimized build of langsmith-pyo3 installed.

Testing

Do not run cargo test, IT WILL NOT WORK. You will get an inscrutable linker error like undefined symbol: _Py_CheckFunctionResult or linker command failed with exit code 1.

Instead, run: cargo nextest run --no-default-features

TL;DR on why:

  • This package assumes it's compiled into a Python library, but Rust tests don't run a Python environment. That won't work.
  • The --no-default-features flag is configured to include Python into the built code, which Rust tests will then run. (Full details here.)
  • Rust tests run in parallel, but Python and orjson assume they own the entire process. That won't work.
  • cargo nextest lets us run each test in its own process, satisfying Python's and orjson's assumptions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langsmith_pyo3-0.1.0rc5.tar.gz (2.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

langsmith_pyo3-0.1.0rc5-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

langsmith_pyo3-0.1.0rc5-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

langsmith_pyo3-0.1.0rc5-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

langsmith_pyo3-0.1.0rc5-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

langsmith_pyo3-0.1.0rc5-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

langsmith_pyo3-0.1.0rc5-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

langsmith_pyo3-0.1.0rc5-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

langsmith_pyo3-0.1.0rc5-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

langsmith_pyo3-0.1.0rc5-cp39-cp39-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file langsmith_pyo3-0.1.0rc5.tar.gz.

File metadata

  • Download URL: langsmith_pyo3-0.1.0rc5.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for langsmith_pyo3-0.1.0rc5.tar.gz
Algorithm Hash digest
SHA256 50088d21a6a52a5b2365a02df7ad38f8fd52afe11477dbc636d76afd2921cbe0
MD5 9fa0eb4e17186df93f61b5de7188ddcc
BLAKE2b-256 d843d164f9149ea79292feb39cd5979e7ad483e6f26e3d902cc06009d22510a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5.tar.gz:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4357e4a57474d8778092ebd3980b84ed6bfc8bafda381085770c456cfe8bf634
MD5 479f696a41ec8b1dd0da337ff8b336f9
BLAKE2b-256 78183d85e139e0508630a0e71afa702aa91c2b1c7e886ee808f165543e40c3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 841d22a5e990b485997019d4069d0cecfbacf648dbb897b49bc270a35990832f
MD5 b047ff828522e9bfd0f52bd5c058ce33
BLAKE2b-256 34c9d8053f4bb6d728f021b9035e1b48a79a40e13ed8bcbdc8b755fbea771911

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ffd95959bb8f7505d04aa3b894a4a90b4c8df6aaa1807ce20e54eb8625628824
MD5 a8b411c53783ace8afbd0ded4e5dd256
BLAKE2b-256 ccf56c453007497953936e69ff1060a99290b1ecc5cd5de5ff9074e319cdce26

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99657c7c7102d10c7c105fe2f214ea129deed68cb39ac81813bcff291d154ce8
MD5 1a232e4e1d2bf1b0f5e164e4be4befcb
BLAKE2b-256 640f00663ca9615c176293b142b6922a34c06f7bead929a3392a4fbfe7993fff

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3979777032e51069764a34106bb59040ee70fc135acccce5d46cd945beeed2d
MD5 dc145d711a5ef6607932430d1cdc83c8
BLAKE2b-256 aa791f6d0194dfb8a51553e678c3d02463b3fa2a4293fa35736ee5f4fbbaf3c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 058c7a541931fed13e243d02f0567f7cf512c2a525b226dc42dbd2e9c8593fd2
MD5 75bf8e059a676b0a59afd783387ecc0c
BLAKE2b-256 174cd2ffe11b7f1835dd9dbb3e685445873418591f326d204c7f4abc3228cb4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-win_amd64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 873bbd3d6a27ad6afe4e7cf20bfc43d8b8fb2abc35eb0865fce5559eb24f09d8
MD5 571911c43b1bbe08484c4453a49f4634
BLAKE2b-256 20e83bf2cc85744711907d4546f6f76043b011b006b30b483fd940824c151dcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7a55a8375aaa8458e94785ec0fe2bdef10826e5da55666bd9a99328ba6a4ca9
MD5 7d4957d880f770e444d4047716b43d2e
BLAKE2b-256 2f35ad9f7675303149bc0b8ebfd796ccd693c5e6d7ea1f111c3640c308578cb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7acd4525932d442c62ce83153113088f503bb0370ae277165b98ad02bafd616
MD5 736422ff0087af6813c064cf4c872dfa
BLAKE2b-256 3609f202067a967ef300393c531b411388d75e88f4b3c41b856e5e5b116bc7f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e54bbe53423abbbf64a480f6285fb78b137aed0a7146f183cb52da6634d2cfc
MD5 d27190bc5d51011b25739680f0ba5642
BLAKE2b-256 b54a57fa4a8549d8632099d03f1dc7b73230a251b755cdff34e6c37fdc7c7857

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4e5281932629e07b20167f0aa98c0e8fcaf9744df785302aa3f3ee243c3f515
MD5 47c9a440de97279610be03c674aaa00d
BLAKE2b-256 3455b6f1875ecd8a9051e0f1de15691728760a2c70f049a554005243e0ad0aec

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7e5bed7a797768987df4002523d919959bd44e50d9e4fbbd18a4a69d164440f
MD5 48017658e2ffc9e2cce65b316ea630ba
BLAKE2b-256 4d58d9eb7f08676c911d25274f0d31897521bec812d3909014aed4a5fa18df0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-win_amd64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a24d6aa9baef8634a3a535b7f534058a33a6b7fc84a78c8c3e9982c53cd6286
MD5 0f8ba86884dc4e3b02a692ded5422cbe
BLAKE2b-256 dce8e31fb0981b87e46f380cfb58e7950f12f12c00ff20565b227833ae98d0df

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51c2bf4fefa64fb10f3a57af4ccc4bc09b9a65f2592e2d3438cef8e8903bfb17
MD5 ac377cbcc6349cbe84def688d13a3392
BLAKE2b-256 041ff8d66db691382a125447a70a330283a1897310ecf8dafb643ff27b8009be

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4234513ee20678a3c6cb4e0fbc05450ee0021c338c4e7db1c9b3764775301e1
MD5 ff8bf14cf99a12b8fa02d93d370e7a5d
BLAKE2b-256 9536f02d2455eb63ea1dcfe26d333e21c269e76378cd90d69025276e1bc983bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dcb19169586d7767f6ac4274e0dd270170730efc2be7eff6d03ab0eee3c69b6
MD5 23b4224254ad9bd043101879928025eb
BLAKE2b-256 17daa134f14f90407a29dcdc687576dcc43ae9647d8a6096efc9d9c756f67361

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68f8e75d02c36314df7e7609b7ad81e1a31655ad8eee2288fea074392b6c1b4f
MD5 7551a59fb0653568871148233397eca5
BLAKE2b-256 d4a21a28190e00136638618b1d1320cb1d447b08a2801819dcc1993a18b93cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d2d8c1440033ca99544bfa67ca6875c9d5e684aca05a4d4b8352e3b2843e5dc2
MD5 f4bdbb1c459abd37c8f55d54d1e2f0a8
BLAKE2b-256 fd4cbfb8aa27201bb101ceeba67c66fd6892e54a94dd59f845c42f6b866e8be3

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-win_amd64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 787b9960023dc0b9a53b70e5f9b74b2b4359c01145090bc69f4d0ad6aad40079
MD5 f325519c578df67700a8baeb20325a1a
BLAKE2b-256 f741f31f1a580460affa4a0647de0daeb73071c48df8f1260651981d319613eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc3912739dad2eb8fce001b8ded344d4a0dbfb15e393f73206e3fe919b5b5d47
MD5 af73671312d7d0b235e8937ca504ce81
BLAKE2b-256 201aeae88d3a42f1dab5d0d0dc27bc701cfc4b7c81381234fa0c8ecdbaf9305d

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76593e8792a381af64abc3ab764436d5b8223a951f80cf8dcca052b1d75fbf71
MD5 e5ab67f3795a7c2affe782edd42497fa
BLAKE2b-256 fc01a4c222da6fa0fdd350b0f73069c941827fe6a51025465468a64c84e8176b

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0d2261c3f9ba07594c7450187604c4c4b1e10e3b3f4a4eb39587a495d6945e3
MD5 38485e2491b98576e84d7bbc30922d77
BLAKE2b-256 f19a89a3956b9c5265382f7adb58bae974588c82d384a50e460f2e35ff0506a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 670e5707f09e756e3b71f12a46f546826893158c2dde3250e212234e15ac8c70
MD5 faf6175d199f0f98058c13b4c6f92896
BLAKE2b-256 93c377e5ec0b128ce6cd6313bb1eaf9b18a7a04678f6a7911e3713d4830ea0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b993d3174ada7b58c6884568d78471ad7e6c3982d974e4e5b10385779f5327aa
MD5 dc282c585d27f36ce54d23d902bc67dc
BLAKE2b-256 216b3087463defbcf733fff2521a7906374d3d33cc2af7a7b11248632fcde64b

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-win_amd64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fbcc5dd976fe53d9cb49784e70a7c31aa9f5cb4d258dc2a0ea812259e27b87d
MD5 be2e848d8ca4c71909524341f1c4a538
BLAKE2b-256 9bd7b3a1cdc51705b6b7cc14b4db46d445d2f065c5be95f24e53f5d6f04bf6b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb13f7d5436517dc67ad43e3222e8aca4994ffb30891b933ec5187f4517b1fbe
MD5 f546d075f0b904c070f27872aaf2808a
BLAKE2b-256 b9221f46c32d4a29b740c15211d61e18e1986444ca47fae21041edce2e0f923e

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62ae56c6af4ef8f9d57d10474865ef597b2b49dd727e953f46e79877b74bcad0
MD5 71bc61be8a87baa6c45bc85ce96e8d32
BLAKE2b-256 c983a908c6d795ec3f11615236cf58afaba74189f305ce4ac5b9ff69960a15b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bcd91e5b8bcebebbafeb4cdb59cafa48ccffdabeb590bf0c06bd7312db07156a
MD5 e4cec44d397978ffda4628b50fff2f1f
BLAKE2b-256 cc25dee77c3092c2a752877cdccdf3810b129b20eaaa4d5a2e33c7c3750f3b46

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langsmith_pyo3-0.1.0rc5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for langsmith_pyo3-0.1.0rc5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb0f6bd7ccc9b5fc6ee4d091147fc55c034b7ea9b61cfbfc7e95b7b15ee89214
MD5 c95b78d1795fd36b592020c7bfdc0f6d
BLAKE2b-256 c5e97f0e690f414372aca410402dc9515ef22c483bfa67ab1988cf1e1a9c80c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for langsmith_pyo3-0.1.0rc5-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_langsmith_pyo3_wheels.yml on langchain-ai/langsmith-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page