Skip to content

Commit

Permalink
chore: Bump SDK to 0.34.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 28, 2023
1 parent f7bea2b commit 6c2c72b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 9 deletions.
78 changes: 70 additions & 8 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.8.1"
singer-sdk = "~=0.33.0"
psycopg2-binary = "2.9.9"
sqlalchemy = "<2"
sshtunnel = "0.4.0"

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

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
faker = ">=18.5.1,<21.0.0"
Expand Down

0 comments on commit 6c2c72b

Please sign in to comment.