Skip to content

Commit

Permalink
chore: Bump singer-sdk to 0.37.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 26, 2024
1 parent aa1c35a commit 61b9d5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"datetime",
"polarsh"
]
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ tap-polarsh --config CONFIG --discover > ./catalog.json

## Developer Resources

- [ ] `Developer TODO:` As a first step, scan the entire project for the text "`TODO:`" and complete any recommended steps, deleting the "TODO" references once completed.

### Initialize your Development Environment

```bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = [
]
dependencies = [
"requests~=2.31",
"singer-sdk~=0.37.0a3",
"singer-sdk~=0.37.0a4",
]
optional-dependencies.dev = [
"tap-polarsh[testing,typing]",
Expand Down

0 comments on commit 61b9d5c

Please sign in to comment.