Skip to content

Commit a8d86c4

Browse files
committed
source-{cdk-connectors}: update poetry.lock
Since the `google-auth` package was added to the CDK, all connectors that use the CDK need their `poetry.lock` updated. Poetry would often spin forever for native connectors, so I had to delete the existing `poetry.lock` for most of these and sometimes make the Python contraint more explicit (like for `source-pendo`). I also had to update quite a few snapshots to include an explicit `additionalProperties: true` for the `_meta` field.
1 parent 3a483ae commit a8d86c4

File tree

53 files changed

+71233
-16000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+71233
-16000
lines changed

source-airtable/poetry.lock

Lines changed: 495 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-asana/poetry.lock

Lines changed: 495 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-braintree-native/poetry.lock

Lines changed: 3599 additions & 1013 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-braintree-native/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ authors = ["Alex Bair <alexb@estuary.dev>"]
88
estuary-cdk = {path="../estuary-cdk", develop = true}
99
pydantic = "^2"
1010
python = "^3.12"
11-
braintree = "^4.28.0"
11+
# Braintree removed the `business_details`, `funding_details`, and `individual_details` for `merchant_accounts` in version 4.35.0 of their
12+
# Python SDK, and I could not find any explanation for why they were removed. Customers still have these fields populated in the API responses,
13+
# so I've pinned the `braintree` package version we're using to version 4.34.0.
14+
braintree = "==4.34.0"
1215
aiohttp = ">=3.11.10"
1316
pycares = ">=4.9.0"
1417
requests = ">=2.32.4"

source-braintree-native/tests/snapshots/snapshots__spec__capture.stdout.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"_meta": {
9696
"anyOf": [
9797
{
98+
"additionalProperties": true,
9899
"type": "object"
99100
},
100101
{

source-brevo/poetry.lock

Lines changed: 227 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-chargebee-native/poetry.lock

Lines changed: 3717 additions & 1012 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-chargebee-native/tests/snapshots/snapshots__spec__stdout.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"_meta": {
103103
"anyOf": [
104104
{
105+
"additionalProperties": true,
105106
"type": "object"
106107
},
107108
{

source-facebook-marketing/poetry.lock

Lines changed: 495 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source-front/poetry.lock

Lines changed: 2652 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)