Skip to content

Commit

Permalink
fix: Pin singer-sdk to a working minor version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 10, 2023
1 parent c1cbb8c commit 59287ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 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 @@ -16,7 +16,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7.1,<3.12"
requests = "^2.25.1"
singer-sdk = ">=0.23.0"
singer-sdk = "~=0.30.0"
snowflake-sqlalchemy = "^1.4.7"
snowflake-connector-python = "^3.0.2"
sqlalchemy = "<2"
Expand Down
2 changes: 1 addition & 1 deletion tests/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"type": ["number"]
},
"o_orderdate": {
"format": "date",
"format": "date-time",
"type": ["string"]
},
"o_orderpriority": {
Expand Down

0 comments on commit 59287ca

Please sign in to comment.