Skip to content

Commit

Permalink
chore: Bump SDK to 0.33.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 9, 2023
1 parent d819c23 commit 58f3fac
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 23 deletions.
54 changes: 32 additions & 22 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.33.0b1"

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

0 comments on commit 58f3fac

Please sign in to comment.