airbyte[patch]: core version 0.1.5 (#18244)

This commit is contained in:
Erick Friis 2024-02-27 19:54:43 -08:00 committed by GitHub
parent be8d2ff5f7
commit d7a77054ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2994,4 +2994,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "1bd1154c6bbb70b53ef0cd50363697f5e1928e6c48461d1826f6e8f321bc310b"
content-hash = "a0298bf85ec39e325d4bbf3c4a5d48a1ca2c93e4d20bd9ee2dc74365df34e3dd"

View File

@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
langchain-core = "^0.1"
langchain-core = "^0.1.5"
airbyte = "^0.7.0"
[tool.poetry.group.test]