Skip to content

Commit 5795ec3

Browse files
authored
release(exa): 0.3.1 (#32902)
1 parent bd76575 commit 5795ec3

File tree

2 files changed

+462
-475
lines changed

2 files changed

+462
-475
lines changed

libs/partners/exa/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build-backend = "pdm.backend"
66
authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
9-
dependencies = ["langchain-core<1.0.0,>=0.3.60", "exa-py<2.0.0,>=1.0.8"]
9+
dependencies = ["langchain-core<1.0.0,>=0.3.76", "exa-py<2.0.0,>=1.0.8"]
1010
name = "langchain-exa"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
description = "An integration package connecting Exa and LangChain"
1313
readme = "README.md"
1414

@@ -122,4 +122,4 @@ convention = "google"
122122
"tests/**/*.py" = [
123123
"S101", # Tests need assertions
124124
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
125-
]
125+
]

0 commit comments

Comments
 (0)