mistral[patch]: add usage_metadata to (a)invoke and (a)stream (#22781)

This commit is contained in:
ccurme
2024-06-11 15:34:50 -04:00
committed by GitHub
parent 20e3662acf
commit 936aedd10c
5 changed files with 52 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.0,<0.3"
langchain-core = ">=0.2.2,<0.3"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"