Skip to content

Commit

Permalink
standard-tests: release 0.3.10 (#29484)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 29, 2025
1 parent 29461b3 commit ed3a5e6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 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.9"
version = "0.3.10"
description = "Standard tests for LangChain implementations"
authors = ["Erick Friis <erick@langchain.dev>"]
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.31"
langchain-core = "^0.3.33"
pytest = ">=7,<9"
pytest-asyncio = ">=0.20,<1"
httpx = ">=0.25.0,<1"
Expand Down

0 comments on commit ed3a5e6

Please sign in to comment.