mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
release(exa): 1.0.0a1 (#33229)
This commit is contained in:
@@ -5,10 +5,13 @@ build-backend = "pdm.backend"
|
|||||||
[project]
|
[project]
|
||||||
authors = []
|
authors = []
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9.0,<4.0.0"
|
requires-python = ">=3.10.0,<4.0.0"
|
||||||
dependencies = ["langchain-core>=0.3.76,<1.0.0", "exa-py>=1.0.8,<2.0.0"]
|
dependencies = [
|
||||||
|
"langchain-core>=1.0.0a6,<2.0.0",
|
||||||
|
"exa-py>=1.0.8,<2.0.0"
|
||||||
|
]
|
||||||
name = "langchain-exa"
|
name = "langchain-exa"
|
||||||
version = "0.3.1"
|
version = "1.0.0a1"
|
||||||
description = "An integration package connecting Exa and LangChain"
|
description = "An integration package connecting Exa and LangChain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
@@ -46,9 +49,6 @@ langchain-tests = { path = "../../standard-tests", editable = true }
|
|||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
disallow_untyped_defs = "True"
|
disallow_untyped_defs = "True"
|
||||||
|
|
||||||
[tool.ruff]
|
|
||||||
target-version = "py39"
|
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
||||||
|
|||||||
851
libs/partners/exa/uv.lock
generated
851
libs/partners/exa/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user