exa[minor]: Release 0.2.0 (#26476)

This commit is contained in:
Bagatur
2024-09-13 16:04:10 -07:00
committed by GitHub
parent 900115a568
commit 6abb23ca97
2 changed files with 118 additions and 126 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-exa"
version = "0.1.0"
version = "0.2.0"
description = "An integration package connecting Exa and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = "^0.3.0"
exa-py = "^1.0.8"
[tool.ruff.lint]