Open cbornet opened 1 month ago
This is fixable but first we need to create a PR here, which updates the airbyte-cdk
to support newer version of langchain_core. And then we can use the following dependencies. This should solve the issue.
[tool.poetry.dependencies]
python = ">=3.9,<3.12.4"
langchain-core = "^0.3"
airbyte = "^0.11.0"
airbyte-cdk = "^3.0.0"
Checked other resources
Example Code
you get
Description
System Info