Skip to content

Commit fd1c072

Browse files
committed
Update versions of libraries in poetry.
PATCH bump source-tmdb version to 1.0.5 Build source-tmdb 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 fd1c072

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 6240848f-f795-45eb-8f5e-c7542822fc03
5-
dockerImageTag: 1.0.4
5+
dockerImageTag: 1.0.5
66
dockerRepository: airbyte/source-tmdb
77
githubIssueLabel: source-tmdb
88
icon: tmdb.svg

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

docs/integrations/sources/tmdb.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ TMDb's [API reference](https://developers.themoviedb.org/3/getting-started/intro
9696

9797
| Version | Date | Pull Request | Subject |
9898
| :------ | :--------- | :------------------------------------------------------- | :------------- |
99+
| 1.0.5 | 2024-08-12 | [43816](https://github.com/airbytehq/airbyte/pull/43816) | Update dependencies |
99100
| 1.0.4 | 2024-08-10 | [43650](https://github.com/airbytehq/airbyte/pull/43650) | Update dependencies |
100101
| 1.0.3 | 2024-08-03 | [43259](https://github.com/airbytehq/airbyte/pull/43259) | Update dependencies |
101102
| 1.0.2 | 2024-07-27 | [42811](https://github.com/airbytehq/airbyte/pull/42811) | Update dependencies |

0 commit comments

Comments
 (0)