Skip to content

Commit 54fa911

Browse files
authored
🐙 source-convex: run up-to-date pipeline [2024-08-31] (#45043)
1 parent ef698aa commit 54fa911

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

airbyte-integrations/connectors/source-convex/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: c332628c-f55c-4017-8222-378cfafda9b2
5-
dockerImageTag: 0.4.14
5+
dockerImageTag: 0.4.15
66
dockerRepository: airbyte/source-convex
77
githubIssueLabel: source-convex
88
icon: convex.svg

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

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

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

docs/integrations/sources/convex.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ In the Data tab, you should see the tables and a sample of the data that will be
7575

7676
| Version | Date | Pull Request | Subject |
7777
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------- |
78+
| 0.4.15 | 2024-08-31 | [45043](https://github.com/airbytehq/airbyte/pull/45043) | Update dependencies |
7879
| 0.4.14 | 2024-08-24 | [44655](https://github.com/airbytehq/airbyte/pull/44655) | Update dependencies |
7980
| 0.4.13 | 2024-08-17 | [44353](https://github.com/airbytehq/airbyte/pull/44353) | Update dependencies |
8081
| 0.4.12 | 2024-08-10 | [43567](https://github.com/airbytehq/airbyte/pull/43567) | Update dependencies |

0 commit comments

Comments
 (0)