Skip to content

Commit

Permalink
Update singer-sdk to 0.40.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 3, 2024
1 parent 47adee6 commit 2ba66ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.x"
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
Expand Down
4 changes: 2 additions & 2 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ dependencies = [
"requests<3,>=2",
[%- endif %]
[%- if tap_auth_method == 'JWT' %]
"singer-sdk[jwt]~=0.39.0",
"singer-sdk[jwt]~=0.40.0",
[%- else %]
"singer-sdk~=0.39.0",
"singer-sdk~=0.40.0",
[%- endif %]
]
optional-dependencies.dev = [
Expand Down

0 comments on commit 2ba66ed

Please sign in to comment.