tap-belvo 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tap-belvo might be problematic. Click here for more details.
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/dynamic-publish.yaml +1 -1
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/test.yml +3 -3
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/update_catalog.yml +1 -1
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.pre-commit-config.yaml +2 -2
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/PKG-INFO +2 -2
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/pyproject.toml +1 -1
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/uv.lock +5 -5
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.copier-answers.yml +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/CODEOWNERS +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/renovate.json5 +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.gitignore +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.secrets/.gitignore +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/LICENSE +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/README.md +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/meltano.yml +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/output/.gitignore +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/plugins/loaders/target-duckdb--jwills.lock +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/scripts/update_openapi.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/__init__.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/__main__.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/client.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/openapi.json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/__init__.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/banking.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/core.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/enrichment.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/fiscal.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/tap.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__init__.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_accounts].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_owners].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_transactions].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_incomes].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_recurring_expenses].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_risk_insights].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_invoices].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_compliance_statuses].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_retentions].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_statuses].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[institutions].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[links].json +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/conftest.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/test_core.py +0 -0
- {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/test_schema_evolution.py +0 -0
|
@@ -30,11 +30,11 @@ concurrency:
|
|
|
30
30
|
env:
|
|
31
31
|
FORCE_COLOR: 1
|
|
32
32
|
# renovate: datasource=pypi depName=prek
|
|
33
|
-
PREK_VERSION: 0.2.
|
|
33
|
+
PREK_VERSION: 0.2.11
|
|
34
34
|
# renovate: datasource=pypi depName=uv
|
|
35
|
-
UV_VERSION: 0.9.
|
|
35
|
+
UV_VERSION: 0.9.5
|
|
36
36
|
# renovate: datasource=pypi depName=tox
|
|
37
|
-
TOX_VERSION: 4.
|
|
37
|
+
TOX_VERSION: 4.32.0
|
|
38
38
|
# renovate: datasource=pypi depName=tox-uv
|
|
39
39
|
TOX_UV_VERSION: 1.29.0
|
|
40
40
|
|
|
@@ -24,7 +24,7 @@ repos:
|
|
|
24
24
|
- id: pyproject-fmt
|
|
25
25
|
|
|
26
26
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
27
|
-
rev: "v0.14.
|
|
27
|
+
rev: "v0.14.2"
|
|
28
28
|
hooks:
|
|
29
29
|
- id: ruff-check
|
|
30
30
|
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
|
@@ -36,7 +36,7 @@ repos:
|
|
|
36
36
|
- id: validate_manifest
|
|
37
37
|
|
|
38
38
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
39
|
-
rev: "0.9.
|
|
39
|
+
rev: "0.9.5"
|
|
40
40
|
hooks:
|
|
41
41
|
- id: uv-lock
|
|
42
42
|
- id: uv-sync
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tap-belvo
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
|
|
5
5
|
Project-URL: Documentation, https://github.com/reservoir-data/tap-belvo#readme
|
|
6
6
|
Project-URL: Homepage, https://github.com/reservoir-data/tap-belvo
|
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
18
18
|
Requires-Python: >=3.11
|
|
19
19
|
Requires-Dist: requests-cache==1.*
|
|
20
20
|
Requires-Dist: requests~=2.32.3
|
|
21
|
-
Requires-Dist: singer-sdk~=0.
|
|
21
|
+
Requires-Dist: singer-sdk~=0.52.2
|
|
22
22
|
Requires-Dist: typing-extensions>=4.15; python_full_version < '3.12'
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
@@ -31,7 +31,7 @@ dynamic = [
|
|
|
31
31
|
dependencies = [
|
|
32
32
|
"requests~=2.32.3",
|
|
33
33
|
"requests-cache==1.*",
|
|
34
|
-
"singer-sdk~=0.
|
|
34
|
+
"singer-sdk~=0.52.2",
|
|
35
35
|
"typing-extensions>=4.15; python_full_version<'3.12'",
|
|
36
36
|
]
|
|
37
37
|
urls.Documentation = "https://github.com/reservoir-data/tap-belvo#readme"
|
|
@@ -727,10 +727,10 @@ wheels = [
|
|
|
727
727
|
|
|
728
728
|
[[package]]
|
|
729
729
|
name = "singer-sdk"
|
|
730
|
-
version = "0.
|
|
730
|
+
version = "0.52.2"
|
|
731
731
|
source = { registry = "https://pypi.org/simple" }
|
|
732
732
|
dependencies = [
|
|
733
|
-
{ name = "backoff" },
|
|
733
|
+
{ name = "backoff", marker = "python_full_version < '4'" },
|
|
734
734
|
{ name = "click" },
|
|
735
735
|
{ name = "fsspec" },
|
|
736
736
|
{ name = "importlib-metadata", marker = "python_full_version < '3.12'" },
|
|
@@ -749,9 +749,9 @@ dependencies = [
|
|
|
749
749
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
750
750
|
{ name = "universal-pathlib" },
|
|
751
751
|
]
|
|
752
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
752
|
+
sdist = { url = "https://files.pythonhosted.org/packages/44/25/7924b6e3751494de82aaef663947cb7efa4b698dc7e58c5cf20eb824039e/singer_sdk-0.52.2.tar.gz", hash = "sha256:9a06ee276585ac9f9a9b6b3bfad6d509cc8b91796309c9cc17027a5fbe869e39", size = 1322551, upload-time = "2025-10-22T18:59:10.241Z" }
|
|
753
753
|
wheels = [
|
|
754
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
754
|
+
{ url = "https://files.pythonhosted.org/packages/a3/b2/d706a2fbb7084a8d72c5ea9f55020953bf6ba45387b47048bf1a4ef404f4/singer_sdk-0.52.2-py3-none-any.whl", hash = "sha256:4207986f8f4a7e6f62878b5e1bef7e8c44efbcef02922872b504ecb465815567", size = 204899, upload-time = "2025-10-22T18:59:07.985Z" },
|
|
755
755
|
]
|
|
756
756
|
|
|
757
757
|
[package.optional-dependencies]
|
|
@@ -855,7 +855,7 @@ typing = [
|
|
|
855
855
|
requires-dist = [
|
|
856
856
|
{ name = "requests", specifier = "~=2.32.3" },
|
|
857
857
|
{ name = "requests-cache", specifier = "==1.*" },
|
|
858
|
-
{ name = "singer-sdk", specifier = "~=0.
|
|
858
|
+
{ name = "singer-sdk", specifier = "~=0.52.2" },
|
|
859
859
|
{ name = "typing-extensions", marker = "python_full_version < '3.12'", specifier = ">=4.15" },
|
|
860
860
|
]
|
|
861
861
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|