Skip to content

Commit 828a637

Browse files
authored
Live tests: Pin duckdb (#38647)
1 parent cd6c3c2 commit 828a637

File tree

3 files changed

+60
-55
lines changed

3 files changed

+60
-55
lines changed

airbyte-ci/connectors/live-tests/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ The traffic recorded on the control connector is passed to the target connector
275275

276276
## Changelog
277277

278+
### 0.17.2
279+
280+
Fix duckdb dependency.
281+
278282
### 0.17.1
279283

280284
Bump the connection-retriever version to fix deprecated query.

airbyte-ci/connectors/live-tests/poetry.lock

+54-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-ci/connectors/live-tests/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "live-tests"
7-
version = "0.17.0"
7+
version = "0.17.2"
88
description = "Contains utilities for testing connectors against live data."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"
@@ -28,7 +28,7 @@ docker = ">=6,<7"
2828
asyncclick = "^8.1.7.1"
2929
# TODO: when this is open-sourced, don't require connection-retriever
3030
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever"}
31-
duckdb = "^0.10.0"
31+
duckdb = "<=0.10.1" # Pinned due to this issue https://github.com/duckdb/duckdb/issues/11152
3232
pandas = "^2.2.1"
3333
pytest-sugar = "^1.0.0"
3434
asyncer = "^0.0.5"

0 commit comments

Comments
 (0)