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

🐙 source-netsuite: run up-to-date pipeline [2025-04-19] (#58531)

This commit is contained in:
Airbyte
2025-04-20 11:11:56 +03:00
committed by GitHub
parent 8ca34e55ce
commit cc4e73d9de
4 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 4f2f093d-ce44-4121-8118-9d13b7bfccd0
dockerImageTag: 0.1.14
dockerImageTag: 0.1.15
dockerRepository: airbyte/source-netsuite
documentationUrl: https://docs.airbyte.com/integrations/sources/netsuite
githubIssueLabel: source-netsuite

View File

@@ -1316,13 +1316,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "setuptools"
version = "78.1.0"
version = "78.1.1"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
files = [
{file = "setuptools-78.1.0-py3-none-any.whl", hash = "sha256:3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"},
{file = "setuptools-78.1.0.tar.gz", hash = "sha256:18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"},
{file = "setuptools-78.1.1-py3-none-any.whl", hash = "sha256:c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561"},
{file = "setuptools-78.1.1.tar.gz", hash = "sha256:fcc17fd9cd898242f6b4adfaca46137a9edef687f43e6f78469692a5e70d851d"},
]
[package.extras]

View File

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

View File

@@ -144,6 +144,7 @@ The connector is restricted by Netsuite [Concurrency Limit per Integration](http
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- |:----------------------------------------------------------|
| 0.1.15 | 2025-04-19 | [58531](https://github.com/airbytehq/airbyte/pull/58531) | Update dependencies |
| 0.1.14 | 2025-04-12 | [57860](https://github.com/airbytehq/airbyte/pull/57860) | Update dependencies |
| 0.1.13 | 2025-04-05 | [57301](https://github.com/airbytehq/airbyte/pull/57301) | Update dependencies |
| 0.1.12 | 2025-03-29 | [56692](https://github.com/airbytehq/airbyte/pull/56692) | Update dependencies |