Skip to content

Commit

Permalink
Pointing to Meltano SDK with OAuth Header support
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Jul 10, 2023
1 parent 8b72d00 commit d9322ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.md"
python = "<3.12,>=3.7.1"
requests = "^2.25.1"
#singer-sdk = "^0.26.0"
singer-sdk = { git = "https://github.com/s7clarke10/sdk.git", branch = "feature/support_headers_when_requesting_oauth_token" }
singer-sdk = { git = "https://github.com/meltano/sdk.git", rev = "1637b48" }
genson = "^1.2.2"
atomicwrites = "^1.4.0"
requests-aws4auth = "^1.2.3"
Expand Down

0 comments on commit d9322ef

Please sign in to comment.