together: bump langchain-core (#22616)

langchain-together depends on langchain-openai ^0.1.8
langchain-openai 0.1.8 has langchain-core >= 0.2.2

Here we bump langchain-core to 0.2.2, just to pass minimum dependency
version tests.
pull/22617/head langchain-together==0.1.3
ccurme 4 months ago committed by GitHub
parent 35f4aa927b
commit 1925bde32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1679,4 +1679,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "6ce59c865654905e4232fc5ed3564768d6d94e71cb8323dbb914b902c86f5abf"
content-hash = "e7b21f556475be4c7133b74b6b0e138012bef9d47bc5bdc9709b24e55d9500f0"

@ -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"
langchain-openai = "^0.1.8"
requests = "^2"
aiohttp = "^3.9.1"

Loading…
Cancel
Save