Skip to content

Commit

Permalink
Live tests: Pin duckdb (#38647)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed May 24, 2024
1 parent cd6c3c2 commit 828a637
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 55 deletions.
4 changes: 4 additions & 0 deletions airbyte-ci/connectors/live-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ The traffic recorded on the control connector is passed to the target connector

## Changelog

### 0.17.2

Fix duckdb dependency.

### 0.17.1

Bump the connection-retriever version to fix deprecated query.
Expand Down
107 changes: 54 additions & 53 deletions airbyte-ci/connectors/live-tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions airbyte-ci/connectors/live-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

0 comments on commit 828a637

Please sign in to comment.