Skip to content

Commit

Permalink
standard-tests: release 0.3.6 (#28599)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 7, 2024
1 parent 80a88f8 commit 4a7dc6e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 8 deletions.
76 changes: 70 additions & 6 deletions libs/standard-tests/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/standard-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-tests"
version = "0.3.5"
version = "0.3.6"
description = "Standard tests for LangChain implementations"
authors = ["Erick Friis <[email protected]>"]
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.21"
langchain-core = "^0.3.22"
pytest = ">=7,<9"
pytest-asyncio = ">=0.20,<1"
httpx = ">=0.25.0,<1"
Expand Down

0 comments on commit 4a7dc6e

Please sign in to comment.