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

🐙 destination-meilisearch: run up-to-date pipeline [2025-05-10] (#59837)

This commit is contained in:
Airbyte
2025-05-10 21:14:43 +03:00
committed by GitHub
parent 0fa091241d
commit 8e718c639d
4 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: destination
definitionId: af7c921e-5892-4ff2-b6c1-4a5ab258fb7e
dockerImageTag: 1.0.24
dockerImageTag: 1.0.25
dockerRepository: airbyte/destination-meilisearch
githubIssueLabel: destination-meilisearch
icon: meilisearch.svg

View File

@@ -915,13 +915,13 @@ pytzdata = ">=2020.1"
[[package]]
name = "platformdirs"
version = "4.3.7"
version = "4.3.8"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
python-versions = ">=3.9"
files = [
{file = "platformdirs-4.3.7-py3-none-any.whl", hash = "sha256:a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94"},
{file = "platformdirs-4.3.7.tar.gz", hash = "sha256:eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"},
{file = "platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"},
{file = "platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"},
]
[package.extras]
@@ -1347,13 +1347,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "setuptools"
version = "80.3.0"
version = "80.4.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
files = [
{file = "setuptools-80.3.0-py3-none-any.whl", hash = "sha256:a65cffc4fb86167e3020b3ef58e08226baad8b29a3b34ce2c9d07e901bac481d"},
{file = "setuptools-80.3.0.tar.gz", hash = "sha256:ec8308eb180b2312062b1c5523204acf872cd8b0a9e6c2ae76431b22bc4065d7"},
{file = "setuptools-80.4.0-py3-none-any.whl", hash = "sha256:6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"},
{file = "setuptools-80.4.0.tar.gz", hash = "sha256:5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006"},
]
[package.extras]

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-destination-meilisearch"
version = "1.0.24"
version = "1.0.25"
description = "Airbyte destination implementation for Meilisearch."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"

View File

@@ -48,6 +48,7 @@ the MeiliSearch docs.
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------------------- |
| 1.0.25 | 2025-05-10 | [59837](https://github.com/airbytehq/airbyte/pull/59837) | Update dependencies |
| 1.0.24 | 2025-05-03 | [59302](https://github.com/airbytehq/airbyte/pull/59302) | Update dependencies |
| 1.0.23 | 2025-04-26 | [58742](https://github.com/airbytehq/airbyte/pull/58742) | Update dependencies |
| 1.0.22 | 2025-04-12 | [57603](https://github.com/airbytehq/airbyte/pull/57603) | Update dependencies |