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.

Files changed (45) hide show
  1. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/dynamic-publish.yaml +1 -1
  2. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/test.yml +3 -3
  3. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/workflows/update_catalog.yml +1 -1
  4. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.pre-commit-config.yaml +2 -2
  5. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/PKG-INFO +2 -2
  6. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/pyproject.toml +1 -1
  7. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/uv.lock +5 -5
  8. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.copier-answers.yml +0 -0
  9. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/CODEOWNERS +0 -0
  10. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.github/renovate.json5 +0 -0
  11. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.gitignore +0 -0
  12. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/.secrets/.gitignore +0 -0
  13. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/LICENSE +0 -0
  14. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/README.md +0 -0
  15. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/meltano.yml +0 -0
  16. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/output/.gitignore +0 -0
  17. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/plugins/loaders/target-duckdb--jwills.lock +0 -0
  18. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
  19. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/scripts/update_openapi.py +0 -0
  20. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/__init__.py +0 -0
  21. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/__main__.py +0 -0
  22. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/client.py +0 -0
  23. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/openapi.json +0 -0
  24. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/__init__.py +0 -0
  25. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/banking.py +0 -0
  26. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/core.py +0 -0
  27. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/enrichment.py +0 -0
  28. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/streams/fiscal.py +0 -0
  29. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tap_belvo/tap.py +0 -0
  30. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__init__.py +0 -0
  31. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_accounts].json +0 -0
  32. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_owners].json +0 -0
  33. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_transactions].json +0 -0
  34. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_incomes].json +0 -0
  35. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_recurring_expenses].json +0 -0
  36. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_risk_insights].json +0 -0
  37. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_invoices].json +0 -0
  38. {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
  39. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_retentions].json +0 -0
  40. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_statuses].json +0 -0
  41. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[institutions].json +0 -0
  42. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/__snapshots__/test_schema_evolution/test_catalog_changes[links].json +0 -0
  43. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/conftest.py +0 -0
  44. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/test_core.py +0 -0
  45. {tap_belvo-0.3.3 → tap_belvo-0.3.4}/tests/test_schema_evolution.py +0 -0
@@ -29,7 +29,7 @@ jobs:
29
29
  id-token: write
30
30
 
31
31
  steps:
32
- - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
32
+ - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
33
33
  with:
34
34
  name: Packages
35
35
  path: dist
@@ -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.10
33
+ PREK_VERSION: 0.2.11
34
34
  # renovate: datasource=pypi depName=uv
35
- UV_VERSION: 0.9.4
35
+ UV_VERSION: 0.9.5
36
36
  # renovate: datasource=pypi depName=tox
37
- TOX_VERSION: 4.31.0
37
+ TOX_VERSION: 4.32.0
38
38
  # renovate: datasource=pypi depName=tox-uv
39
39
  TOX_UV_VERSION: 1.29.0
40
40
 
@@ -9,7 +9,7 @@ on:
9
9
  env:
10
10
  FORCE_COLOR: "1"
11
11
  # renovate: datasource=pypi depName=uv
12
- UV_VERSION: 0.9.4
12
+ UV_VERSION: 0.9.5
13
13
 
14
14
  jobs:
15
15
  update_openapi_specification:
@@ -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.1"
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.4"
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
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.51.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.51.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.51.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/6f/36/fb5e33c99120afd4fc9720438f750901434605c56639c17fc7845703609a/singer_sdk-0.51.0.tar.gz", hash = "sha256:25a3285d26837bfe399b0bb542621752d8e42ab1c395b4fb3ccd3de3d488f71a", size = 1317211, upload-time = "2025-10-17T04:30:55.026Z" }
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/db/e5/413412e9ac6e8b174afde481532ba950b12ab97f48886c643cea215b01fe/singer_sdk-0.51.0-py3-none-any.whl", hash = "sha256:5066f854becb5b899f8d2cadb030871f4e2b36bebff11e78fea06603e203b22a", size = 204264, upload-time = "2025-10-17T04:30:53.078Z" },
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.51.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