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 Feb 23, 2024
1 parent c0ac133 commit d511db9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.35.0"
allow-prereleases = true
version = ">=0.35.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 @@ -7,7 +7,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 d511db9

Please # to comment.