Skip to content

Commit

Permalink
Update Singer SDK to address two bugs:
Browse files Browse the repository at this point in the history
  • Loading branch information
JCotton1123 committed Aug 5, 2024
1 parent 631394c commit 195fc48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 151 deletions.
162 changes: 12 additions & 150 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "<3.11,>=3.8"
requests = "^2.25.1"
singer-sdk = "^0.39.0"
singer-sdk = {git = "https://github.com/JCotton1123/meltano-sdk.git", rev = "fix-sink-assert"}
awswrangler = "2.19.0"
pandas = "1.5.1"

Expand Down

0 comments on commit 195fc48

Please sign in to comment.