Skip to content

Commit

Permalink
bump langsmith to 0.1.139rc1 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 31, 2024
1 parent 8078fad commit 7a6d406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.1"
description = ""
authors = ["SN <[email protected]>"]
readme = "README.md"
packages = [{include = "backend"}]
packages = [{ include = "backend" }]

[tool.poetry.dependencies]
python = "^3.11"
langchain = ">=0.3.0,<0.4.0"
langsmith = "^0.1.89"
langsmith = "^0.1.139rc1"
langchain-cohere = ">=0.3.0,<0.4.0"
langchain-google-genai = ">=2.0.0,<3.0.0"
langchain-core = ">=0.3.10,<0.4.0"
Expand All @@ -35,4 +35,4 @@ pandas = "^2.2.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 7a6d406

Please sign in to comment.