upstage: fix core dep (#20576)

pull/20577/head
Erick Friis 3 months ago committed by GitHub
parent e395115807
commit e7e94b37f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1270,4 +1270,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "5da7c37ac95e35eb7eaf9b2eb6551d53b4c1737a0445ce3dbdc94b4f349fe207"
content-hash = "98a8d67be9138240d5190eb4774b93f671fbd8069839ad239d005c753bdbae0d"

@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.42"
langchain-core = "^0.1.44"
langchain-openai = "^0.1.3"
[tool.poetry.group.test]

Loading…
Cancel
Save