From f20e4bf85c475a4aa7f86ffe720c72a624d93971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:01:36 +0000 Subject: [PATCH] fix(deps): update dependency singer-sdk to ~=0.44.0 (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [singer-sdk](https://redirect.github.com/meltano/sdk) ([changelog](https://redirect.github.com/meltano/sdk/blob/main/CHANGELOG.md)) | `~=0.43.1` -> `~=0.44.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/singer-sdk/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/singer-sdk/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/singer-sdk/0.43.1/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/singer-sdk/0.43.1/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
meltano/sdk (singer-sdk) ### [`v0.44.0`](https://redirect.github.com/meltano/sdk/blob/HEAD/CHANGELOG.md#v0440-2025-01-23) [Compare Source](https://redirect.github.com/meltano/sdk/compare/v0.43.1...v0.44.0) ##### ✨ New - [#​2830](https://redirect.github.com/meltano/sdk/issues/2830) Allow developers to mark stream schema and settings fields as deprecated - [#​2829](https://redirect.github.com/meltano/sdk/issues/2829) Support a `x-sql-datatype` JSON Schema annotation to let targets customize SQL type handling - [#​2819](https://redirect.github.com/meltano/sdk/issues/2819) Add SHA256 encryption method to inline stream maps -- ***Thanks [@​ben-schulz-mh](https://redirect.github.com/ben-schulz-mh)!*** ##### 📦 Packaging changes - [#​2407](https://redirect.github.com/meltano/sdk/issues/2407) Use Poetry support for PEP 621 - [#​2822](https://redirect.github.com/meltano/sdk/issues/2822) Make paramiko and transitive SSH dependencies optional - [#​2821](https://redirect.github.com/meltano/sdk/issues/2821) Require urllib3 < 2 on Python < 3.10
--- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reservoir-data/tap-canny). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b38f85..a09f907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "requests~=2.32.0", - "singer-sdk~=0.43.1", + "singer-sdk~=0.44.0", ] urls.Documentation = "https://github.com/edgarrmondragon/tap-canny#readme" urls.Homepage = "https://github.com/edgarrmondragon/tap-canny" diff --git a/uv.lock b/uv.lock index 66dcd27..613b9ac 100644 --- a/uv.lock +++ b/uv.lock @@ -578,7 +578,7 @@ wheels = [ [[package]] name = "singer-sdk" -version = "0.43.1" +version = "0.44.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "backoff", marker = "python_full_version < '4'" }, @@ -600,10 +600,11 @@ dependencies = [ { name = "simplejson" }, { name = "sqlalchemy" }, { name = "typing-extensions" }, + { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7f/eb/19f76847138b694e18a136042b6a3feb3ca329e9ec969cba190076786b6b/singer_sdk-0.43.1.tar.gz", hash = "sha256:4941208e95bde7865943b06677536aee316a755b5b3b7af0a6ef7717454e8645", size = 147735 } +sdist = { url = "https://files.pythonhosted.org/packages/1c/a2/c6ca5de852721b17d4617b6e2c89f679c65259a0cb21b1006d6caedd626b/singer_sdk-0.44.0.tar.gz", hash = "sha256:050ab063188a0d6f6989456d0d3d9c52cb6da706950ec6f8d8ad1a60ecae7a1b", size = 149052 } wheels = [ - { url = "https://files.pythonhosted.org/packages/41/07/f862a6bb4e7720e7eb6ea6394c14a3171cb38c2e61ae64e9982add98cce8/singer_sdk-0.43.1-py3-none-any.whl", hash = "sha256:bd03da661317907b26db6806f1adb2a365c6183889f981602a405f8f784aa1ba", size = 182382 }, + { url = "https://files.pythonhosted.org/packages/99/bf/a19986e11b6f0e31801cd74a36063c5e40e5e0ae2976c164e85a2c56d1c6/singer_sdk-0.44.0-py3-none-any.whl", hash = "sha256:15d896edae6e16c2614e5211f52546a63ea58cd88578e61efc259dfefc032972", size = 186718 }, ] [package.optional-dependencies] @@ -687,7 +688,7 @@ typing = [ [package.metadata] requires-dist = [ { name = "requests", specifier = "~=2.32.0" }, - { name = "singer-sdk", specifier = "~=0.43.1" }, + { name = "singer-sdk", specifier = "~=0.44.0" }, ] [package.metadata.requires-dev]