release(exa): 1.0.0 (#33570)

This commit is contained in:
Mason Daugherty
2025-10-17 11:17:43 -04:00
committed by GitHub
parent 85567f1dc3
commit c194ee2046
2 changed files with 5 additions and 5 deletions

View File

@@ -7,11 +7,11 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0a7,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"exa-py>=1.0.8,<2.0.0"
]
name = "langchain-exa"
version = "1.0.0a1"
version = "1.0.0"
description = "An integration package connecting Exa and LangChain"
readme = "README.md"