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

🐙 source-freshservice: run up-to-date pipeline [2024-06-25] (#40381)

This commit is contained in:
Augustin
2024-06-26 02:25:05 +02:00
committed by GitHub
parent b98bd8599a
commit 8aa28d7809
4 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 9bb85338-ea95-4c93-b267-6be89125b267
dockerImageTag: 1.3.8
dockerImageTag: 1.3.9
dockerRepository: airbyte/source-freshservice
documentationUrl: https://docs.airbyte.com/integrations/sources/freshservice
githubIssueLabel: source-freshservice

View File

@@ -845,13 +845,13 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "setuptools"
version = "70.1.0"
version = "70.1.1"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-70.1.0-py3-none-any.whl", hash = "sha256:d9b8b771455a97c8a9f3ab3448ebe0b29b5e105f1228bba41028be116985a267"},
{file = "setuptools-70.1.0.tar.gz", hash = "sha256:01a1e793faa5bd89abc851fa15d0a0db26f160890c7102cd8dce643e886b47f5"},
{file = "setuptools-70.1.1-py3-none-any.whl", hash = "sha256:a58a8fde0541dab0419750bcc521fbdf8585f6e5cb41909df3a472ef7b81ca95"},
{file = "setuptools-70.1.1.tar.gz", hash = "sha256:937a48c7cdb7a21eb53cd7f9b59e525503aa8abaf3584c730dc5f7a5bec3a650"},
]
[package.extras]

View File

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

View File

@@ -57,6 +57,7 @@ Please read [How to find your API key](https://api.freshservice.com/#authenticat
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- |:---------------------------------------------------------------------------------------|
| 1.3.9 | 2024-06-25 | [40381](https://github.com/airbytehq/airbyte/pull/40381) | Update dependencies |
| 1.3.8 | 2024-06-22 | [40177](https://github.com/airbytehq/airbyte/pull/40177) | Update dependencies |
| 1.3.7 | 2024-06-06 | [39173](https://github.com/airbytehq/airbyte/pull/39173) | [autopull] Upgrade base image to v1.2.2 |
| 1.3.6 | 2024-05-15 | [38195](https://github.com/airbytehq/airbyte/pull/38195) | Make connector compatible with builder |