1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-fastbill: run up-to-date pipeline [2024-07-09] (#41176)

This commit is contained in:
Augustin
2024-07-10 02:21:51 +02:00
committed by GitHub
parent 2f22dcae88
commit eb8cdec99c
4 changed files with 7 additions and 6 deletions

View File

@@ -3,11 +3,11 @@ data:
hosts:
- "*"
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
connectorSubtype: api
connectorType: source
definitionId: eb3e9c1c-0467-4eb7-a172-5265e04ccd0a
dockerImageTag: 0.2.8
dockerImageTag: 0.2.9
dockerRepository: airbyte/source-fastbill
documentationUrl: https://docs.airbyte.com/integrations/sources/fastbill
githubIssueLabel: source-fastbill

View File

@@ -845,13 +845,13 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "setuptools"
version = "70.2.0"
version = "70.3.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-70.2.0-py3-none-any.whl", hash = "sha256:b8b8060bb426838fbe942479c90296ce976249451118ef566a5a0b7d8b78fb05"},
{file = "setuptools-70.2.0.tar.gz", hash = "sha256:bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1"},
{file = "setuptools-70.3.0-py3-none-any.whl", hash = "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc"},
{file = "setuptools-70.3.0.tar.gz", hash = "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"},
]
[package.extras]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.2.8"
version = "0.2.9"
name = "source-fastbill"
description = "Source implementation for Fastbill."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -64,6 +64,7 @@ The Fastbill source connector supports the following [sync modes](https://docs.a
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.2.9 | 2024-07-09 | [41176](https://github.com/airbytehq/airbyte/pull/41176) | Update dependencies |
| 0.2.8 | 2024-07-06 | [41003](https://github.com/airbytehq/airbyte/pull/41003) | Update dependencies |
| 0.2.7 | 2024-06-25 | [40399](https://github.com/airbytehq/airbyte/pull/40399) | Update dependencies |
| 0.2.6 | 2024-06-22 | [40197](https://github.com/airbytehq/airbyte/pull/40197) | Update dependencies |