Skip to content

Commit

Permalink
chore: Bump SDK to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 16, 2024
1 parent 8e2a0f1 commit 623e087
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ sqlalchemy = "~=2.0"
sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.36.0"
allow-prereleases = true
version = ">=0.36.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.2"
Expand Down
1 change: 0 additions & 1 deletion target_postgres/tests/test_target_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from decimal import Decimal
from pathlib import Path

import jsonschema
import pytest
import sqlalchemy
from singer_sdk.exceptions import InvalidRecord, MissingKeyPropertiesError
Expand Down

0 comments on commit 623e087

Please sign in to comment.