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 8d9561c commit 91055b4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
42 changes: 21 additions & 21 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.7.1"
requests = "^2.25.1"
singer-sdk = ">=0.28,<0.32"
psycopg2-binary = "2.9.7"
sqlalchemy = "<2"
sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
allow-prereleases = true
version = ">=0.28,<0.33"

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
tox = "^3.24.4"
Expand Down

0 comments on commit 91055b4

Please sign in to comment.