Skip to content

Commit e232593

Browse files
committed
Update versions of libraries in poetry.
PATCH bump source-twitter version to 0.1.14 Build source-twitter docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 963dae7 commit e232593

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
connectorSubtype: api
99
connectorType: source
1010
definitionId: d7fd4f40-5e5a-4b8b-918f-a73077f8c131
11-
dockerImageTag: 0.1.13
11+
dockerImageTag: 0.1.14
1212
dockerRepository: airbyte/source-twitter
1313
documentationUrl: https://docs.airbyte.com/integrations/sources/twitter
1414
githubIssueLabel: source-twitter

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

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

airbyte-integrations/connectors/source-twitter/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 = "0.1.13"
6+
version = "0.1.14"
77
name = "source-twitter"
88
description = "Source implementation for Twitter."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/twitter.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Rate limiting is mentioned in the API [documentation](https://developer.twitter.
4141

4242
| Version | Date | Pull Request | Subject |
4343
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------ |
44+
| 0.1.14 | 2024-08-12 | [43813](https://github.com/airbytehq/airbyte/pull/43813) | Update dependencies |
4445
| 0.1.13 | 2024-08-10 | [43509](https://github.com/airbytehq/airbyte/pull/43509) | Update dependencies |
4546
| 0.1.12 | 2024-08-03 | [43115](https://github.com/airbytehq/airbyte/pull/43115) | Update dependencies |
4647
| 0.1.11 | 2024-07-27 | [42830](https://github.com/airbytehq/airbyte/pull/42830) | Update dependencies |

0 commit comments

Comments
 (0)