Skip to content

Commit 49611dc

Browse files
authored
🐙 source-sendgrid: run up-to-date pipeline [2024-08-17] (#44233)
1 parent f75640e commit 49611dc

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

airbyte-integrations/connectors/source-sendgrid/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87
13-
dockerImageTag: 1.0.14
13+
dockerImageTag: 1.0.15
1414
releases:
1515
breakingChanges:
1616
1.0.0:

airbyte-integrations/connectors/source-sendgrid/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-sendgrid/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.14"
6+
version = "1.0.15"
77
name = "source-sendgrid"
88
description = "Source implementation for Sendgrid."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/sendgrid.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The connector is restricted by normal Sendgrid [requests limitation](https://doc
8989

9090
| Version | Date | Pull Request | Subject |
9191
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
92+
| 1.0.15 | 2024-08-17 | [44233](https://github.com/airbytehq/airbyte/pull/44233) | Update dependencies |
9293
| 1.0.14 | 2024-08-12 | [43751](https://github.com/airbytehq/airbyte/pull/43751) | Update dependencies |
9394
| 1.0.13 | 2024-08-10 | [43635](https://github.com/airbytehq/airbyte/pull/43635) | Update dependencies |
9495
| 1.0.12 | 2024-08-03 | [43269](https://github.com/airbytehq/airbyte/pull/43269) | Update dependencies |

0 commit comments

Comments
 (0)