Skip to content

Commit

Permalink
chore: Bump SDK to 0.32.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 22, 2023
1 parent d819c23 commit b20ec7f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
48 changes: 22 additions & 26 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.31.0"
psycopg2-binary = "2.9.7"
sqlalchemy = "<2"
sshtunnel = "0.4.0"

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

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

0 comments on commit b20ec7f

Please sign in to comment.