-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add langsmith client option to use the PyO3 bindings.
I had to reduce the Python lower bound of the PyO3 bindings to 3.8 since Poetry refused to create a lockfile otherwise -- the langsmith project's own lower bound is 3.8.
- Loading branch information
1 parent
377aae8
commit a2df3b0
Showing
4 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
should check if
trace_id
anddotted_order
is present in this check as well, otherwise the downstreammultipart
endpoint we use in the pyo3 client will fail.