-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LangSmith 0.2.x #1247
Merged
Merged
LangSmith 0.2.x #1247
Changes from 16 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7860515
better UUID resolution for datasets
jakerachleff e2da081
Merge branch 'main' into version-0.2.0
baskaryan 1e77a22
fmt
baskaryan b3654cc
fmt
baskaryan 79873e8
undo
baskaryan aa584f9
fmt
baskaryan 8e669f5
fmt
baskaryan 30bfb6f
fmt
baskaryan 3fe16ce
undo
baskaryan 5e0669b
fmt
baskaryan 65581f0
bump versions
baskaryan 8fe26e0
no-update
baskaryan 7b17551
fix
baskaryan 899c731
fmt
baskaryan e75fef6
fmt
baskaryan 94ffe47
fmt
baskaryan 07c57ea
fix typing
baskaryan 9e0ddff
undo
baskaryan 1731e63
fix
baskaryan d3c565b
Merge branch 'main' into version-0.2.0
baskaryan 71ff304
fix
baskaryan 809f197
fmt
baskaryan ecf199c
debug
baskaryan fea1bcf
fix
baskaryan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
Check notice on line 1 in js/package.json GitHub Actions / benchmarkBenchmark results
Check notice on line 1 in js/package.json GitHub Actions / benchmarkComparison against main
|
||
"name": "langsmith", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", | ||
"packageManager": "[email protected]", | ||
"files": [ | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langsmith" | ||
version = "0.1.147" | ||
version = "0.2.0" | ||
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." | ||
authors = ["LangChain <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -25,7 +25,7 @@ packages = [{ include = "langsmith" }] | |
langsmith = "langsmith.cli.main:main" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8.1,<4.0" | ||
python = ">=3.9,<4.0" | ||
pydantic = [ | ||
{ version = ">=1,<3", python = "<3.12.4" }, | ||
{ version = "^2.7.4", python = ">=3.12.4" }, | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @hinthornw