airbyte[patch]: airbyte-cdk compatible pydantic versions (#21738)

pull/21701/merge langchain-exa==0.1.0
Erick Friis 4 weeks ago committed by GitHub
parent 3d33b89fa4
commit f5c31078d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -789,12 +789,12 @@ files = [
google-auth = ">=2.14.1,<3.0.dev0"
googleapis-common-protos = ">=1.56.2,<2.0.dev0"
grpcio = [
{version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
{version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
{version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
]
grpcio-status = [
{version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
{version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
{version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
]
proto-plus = ">=1.22.3,<2.0.0dev"
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0"
@ -1786,9 +1786,9 @@ files = [
[package.dependencies]
numpy = [
{version = ">=1.22.4,<2", markers = "python_version < \"3.11\""},
{version = ">=1.23.2,<2", markers = "python_version == \"3.11\""},
{version = ">=1.26.0,<2", markers = "python_version >= \"3.12\""},
{version = ">=1.22.4,<2", markers = "python_version < \"3.11\""},
]
python-dateutil = ">=2.8.2"
pytz = ">=2020.1"
@ -3005,4 +3005,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "d9d3070997e4b21850cf5f4672b68209cf804a3c27f187be342127255a5f9802"
content-hash = "16814ab02d62866691dcef64428436a3d6ee577c42dc2067cb0a8bc5d74d61de"

@ -14,6 +14,7 @@ license = "MIT"
python = "^3.9"
langchain-core = ">=0.1.5,<0.3"
airbyte = "^0.7.3"
pydantic = ">=1.10.8,<2"
[tool.poetry.group.test]
optional = true

Loading…
Cancel
Save