ai21: fix core version (#21168)

This commit is contained in:
Erick Friis 2024-05-01 13:10:22 -07:00 committed by GitHub
parent 44602bdc20
commit 0694538c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1246,4 +1246,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "892d39e8c2a50b049e3c2bb8f39b8a2126273d9644944456bd9900f6d15c5cb2"
content-hash = "c028d0e29b2e95ca7340b4fc858c6306cbe239ce961d06631439d51faf8d4260"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.28"
langchain-core = "^0.1.48"
langchain-text-splitters = "^0.0.1"
ai21 = "^2.2.1"