mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
openai[patch]: fix core min version (#19366)
This commit is contained in:
parent
0b20c098df
commit
a9cda536ad
2
libs/partners/openai/poetry.lock
generated
2
libs/partners/openai/poetry.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user