fix(docker): Fix for metadata ingestion docker build (#13435)

This commit is contained in:
Tamas Nemeth 2025-05-06 23:07:47 +02:00 committed by GitHub
parent a002793e63
commit 2f44cc74a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,6 +227,8 @@ clickhouse_common = {
# Clickhouse 0.2.0 adds support for SQLAlchemy 1.4.x
# Disallow 0.2.5 because of https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/272.
# Note that there's also a known issue around nested map types: https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/269.
# zstd needs to be pinned because the latest version causes issues on arm
"zstd<1.5.6.8",
"clickhouse-sqlalchemy>=0.2.0,<0.2.5",
}