tap-belvo 0.0.1b10__tar.gz → 0.1.0a2__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 (30) hide show
  1. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.github/workflows/dynamic-publish.yaml +1 -5
  2. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.github/workflows/test.yml +2 -1
  3. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/PKG-INFO +2 -2
  4. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/pyproject.toml +1 -1
  5. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.copier-answers.yml +0 -0
  6. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.github/dependabot.yml +0 -0
  7. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.github/workflows/constraints.txt +0 -0
  8. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.gitignore +0 -0
  9. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.pre-commit-config.yaml +0 -0
  10. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/.secrets/.gitignore +0 -0
  11. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/LICENSE +0 -0
  12. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/README.md +0 -0
  13. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/meltano.yml +0 -0
  14. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/output/.gitignore +0 -0
  15. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/plugins/loaders/target-duckdb--jwills.lock +0 -0
  16. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
  17. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/__init__.py +0 -0
  18. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/__main__.py +0 -0
  19. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/client.py +0 -0
  20. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/openapi/BelvoOpenFinanceApiSpec.json +0 -0
  21. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/openapi/__init__.py +0 -0
  22. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/streams/__init__.py +0 -0
  23. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/streams/banking.py +0 -0
  24. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/streams/core.py +0 -0
  25. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/streams/enrichment.py +0 -0
  26. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/streams/fiscal.py +0 -0
  27. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tap_belvo/tap.py +0 -0
  28. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tests/__init__.py +0 -0
  29. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tests/conftest.py +0 -0
  30. {tap_belvo-0.0.1b10 → tap_belvo-0.1.0a2}/tests/test_core.py +0 -0
@@ -11,10 +11,6 @@ jobs:
11
11
  - uses: actions/checkout@v4
12
12
  with:
13
13
  fetch-depth: 0
14
- ref: ${{ github.ref }}
15
- - uses: actions/setup-python@v5
16
- with:
17
- python-version: "3.11"
18
14
  - uses: hynek/build-and-inspect-python-package@v2
19
15
 
20
16
  publish:
@@ -40,4 +36,4 @@ jobs:
40
36
  tag: ${{ github.ref }}
41
37
  overwrite: true
42
38
  file_glob: true
43
- - uses: pypa/gh-action-pypi-publish@v1.10.0
39
+ - uses: pypa/gh-action-pypi-publish@v1.10.3
@@ -17,6 +17,7 @@ on:
17
17
  - pyproject.toml
18
18
  - .github/workflows/test.yml
19
19
  - .github/workflows/constraints.txt
20
+ workflow_dispatch:
20
21
  schedule:
21
22
  - cron: "0 10 * * *"
22
23
 
@@ -85,5 +86,5 @@ jobs:
85
86
 
86
87
  - uses: pre-commit/action@v3.0.1
87
88
 
88
- - uses: pre-commit-ci/lite-action@v1.0.2
89
+ - uses: pre-commit-ci/lite-action@v1.0.3
89
90
  if: always()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tap-belvo
3
- Version: 0.0.1b10
3
+ Version: 0.1.0a2
4
4
  Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
5
5
  Project-URL: Documentation, https://github.com/edgarrmondragon/tap-belvo#readme
6
6
  Project-URL: Homepage, https://github.com/edgarrmondragon/tap-belvo
@@ -21,7 +21,7 @@ Requires-Python: >=3.8
21
21
  Requires-Dist: importlib-resources; python_version < '3.9'
22
22
  Requires-Dist: requests
23
23
  Requires-Dist: requests-cache==1.*
24
- Requires-Dist: singer-sdk~=0.40.0
24
+ Requires-Dist: singer-sdk~=0.41.0
25
25
  Provides-Extra: testing
26
26
  Requires-Dist: deptry>=0.12; extra == 'testing'
27
27
  Requires-Dist: pytest>=7.4; extra == 'testing'
@@ -34,7 +34,7 @@ dependencies = [
34
34
  "importlib-resources; python_version<'3.9'",
35
35
  "requests",
36
36
  "requests-cache==1.*",
37
- "singer-sdk~=0.40.0",
37
+ "singer-sdk~=0.41.0",
38
38
  ]
39
39
  optional-dependencies.testing = [
40
40
  "deptry>=0.12",
File without changes
File without changes
File without changes
File without changes