From 977c525750b6e2c15db587ec8144cc5d6bec3304 Mon Sep 17 00:00:00 2001 From: brianjlai Date: Fri, 18 Oct 2024 23:35:34 -0700 Subject: [PATCH] remove local cdk from sentry --- airbyte-integrations/connectors/source-sentry/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-sentry/pyproject.toml b/airbyte-integrations/connectors/source-sentry/pyproject.toml index 26344466fba5..23b79006b13b 100644 --- a/airbyte-integrations/connectors/source-sentry/pyproject.toml +++ b/airbyte-integrations/connectors/source-sentry/pyproject.toml @@ -17,7 +17,7 @@ include = "source_sentry" [tool.poetry.dependencies] python = "^3.10,<3.12" -airbyte-cdk = {path = "../../../airbyte-cdk/python/", develop = true} +airbyte-cdk = "^5" [tool.poetry.scripts] source-sentry = "source_sentry.run:run"