Commit 5ca35fb
committed
estuary-cdk: make airbyte-cdk optional to unblock nltk security update
Recent versions of `airbyte-cdk` pin `nltk` to 3.9.1, which
blocks the update to 3.9.3 needed for CVE-2025-14009. `estuary-cdk`
doesn't use `nltk` directly; it was only pulled in transitively.
This commit addresses this by:
- Making `airbyte-cdk` an optional dependency via "airbyte-shim" extras.
- Adding extras = ["requests"] to `google-auth` (it previously was pulled in via airbyte-cdk)
- Removing unused `nltk` from `estuary-cdk`'s direct dependencies.
- Updating imported connectors using the airbyte shim to specify extras = ["airbyte-shim"]
- Regenerating `poetry.lock` for all affected connectors.
This removes the `nltk` dependency for all native and imported connectors
except `source-brevo`.
source-brevo remains blocked because airbyte-cdk ^6 pins `nltk` to 3.9.1.
It will need a native rewrite or an upstream airbyte-cdk fix to remove or
update the `nltk` dependency.1 parent 2b38eae commit 5ca35fb
File tree
78 files changed
+5391
-82292
lines changed- estuary-cdk
- source-ada
- source-airtable-native
- source-airtable
- source-apple-app-store
- source-asana
- source-ashby
- source-braintree-native
- source-brevo
- source-chargebee-native
- source-datadog
- source-dynamics-365-finance-and-operations
- source-facebook-marketing-native
- source-facebook-marketing
- source-front
- source-gainsight-nxt
- source-genesys
- source-gladly
- source-google-ads
- source-google-analytics-data-api-native
- source-google-play
- source-google-sheets-native
- source-hubspot-native
- source-hubspot
- source-impact-native
- source-incident-io
- source-intercom-native
- source-iterable-native
- source-iterable
- source-iterate
- source-jira-legacy
- source-jira-native
- source-klaviyo-native
- source-klaviyo
- source-linkedin-ads-v2
- source-linkedin-pages
- source-looker
- source-mixpanel-native
- source-monday
- source-notion
- source-outreach
- source-pendo
- source-pokemon
- source-posthog
- source-qualtrics
- source-quickbooks
- source-recharge
- source-ringcentral
- source-sage-intacct
- source-salesforce-native
- source-sentry
- source-shopify-native
- source-stripe-native
- source-twilio
- source-zendesk-support-native
- source-zendesk-support
- source-zoho
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+5391
-82292
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments