Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: braintrustdata/braintrust-sdk-python

Tags

py-sdk-v0.7.0

Toggle py-sdk-v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Make sure we point to correct braintrust-sdk-python repo (#18)

py-sdk-v0.6.0

Toggle py-sdk-v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Use correct repo in release script (#11)

py-sdk-v0.5.6

Toggle py-sdk-v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version for deploy (#1366)

Co-authored-by: Alex Z <[email protected]>

py-sdk-v0.5.5

Toggle py-sdk-v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip test temporarily until we figure out threading (#1345)

Co-authored-by: Alex Z <[email protected]>

py-sdk-v0.5.4

Toggle py-sdk-v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove preprocessor code (#1334)

py-sdk-v0.5.3

Toggle py-sdk-v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#1328)

py-sdk-v0.5.2

Toggle py-sdk-v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip VCR tests in wheel mode (#1314)

Wheel mode is a pre-release sanity check that verifies the package
installs and runs correctly. VCR cassettes aren't included in the wheel,
so we skip those tests. The full test suite runs against source during
normal CI.

Co-authored-by: Claude Opus 4.5 <[email protected]>

py-sdk-v0.5.0

Toggle py-sdk-v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump python version (#1297)

Co-authored-by: Alex Z <[email protected]>

py-sdk-v0.4.3

Toggle py-sdk-v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the release ci job (#1270)

py-sdk-v0.4.2

Toggle py-sdk-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
otel: Add an optional custom header parser (#1246)

Called propagator in OTel land. This will allow users who can't fully
control their otel setup to have control over how headers are parsed.