openai[patch]: fix core min version (#19366)

This commit is contained in:
Erick Friis 2024-03-20 15:38:29 -07:00 committed by GitHub
parent 0b20c098df
commit a9cda536ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1185,4 +1185,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "9466f099689054d8d42c744864b1d1f4111857a9f4dbca4765b462fba4f815db"
content-hash = "3bac9595d36b9283144eda60bd3bcca227d573030f546fbc84fb99dd7419b603"

View File

@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.27"
langchain-core = "^0.1.33"
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"