Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: Bump singer-sdk to v0.32.0 and support Python 3.11 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 16, 2023
1 parent d58aea0 commit 25a2bab
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
54 changes: 32 additions & 22 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords = [
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
python = ">=3.7.1,<4"
requests = "^2.25.1"
singer-sdk = "^0.31.0"
singer-sdk = "^0.32.0"
attrs = "^23.0.0"
atomicwrites = "^1.4.0"

Expand Down

0 comments on commit 25a2bab

Please sign in to comment.