Skip to content

Commit

Permalink
Merge branch 'main' into include-pull-request-diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 27, 2025
2 parents 6d37306 + ad6ea7c commit 265afd1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
overwrite: true
file_glob: true
- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@v1.12.3
uses: pypa/gh-action-pypi-publish@v1.12.4
53 changes: 49 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python-dateutil = "~=2.9"
requests = "~=2.32.3"
# For local SDK dev:
# singer-sdk = {path = "../singer-sdk", develop = true}
singer-sdk = "~=0.43.1"
singer-sdk = "~=0.44.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.1"
Expand Down

0 comments on commit 265afd1

Please sign in to comment.