Skip to content

Commit cd25656

Browse files
Revert PyAirbyte dep floor bump; 0.45.0 not yet released
The 0.2.0 wrapper still works with PyAirbyte >= 0.41.0 — the image build pulls the latest PyAirbyte at image-build time, so once airbytehq/PyAirbyte#1016 ships the new scenario will be available. Leaving the floor at 0.41.0 keeps CI resolvable until then.
1 parent b780270 commit cd25656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte-integrations/connectors/source-smoke-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = "source_smoke_test"
1818

1919
[tool.poetry.dependencies]
2020
python = ">=3.10,<3.13"
21-
airbyte = ">=0.45.0"
21+
airbyte = ">=0.41.0"
2222
airbyte-cdk = ">=6.0.0"
2323

2424
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)