Skip to content

Commit

Permalink
bump sdk version and allow py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Jun 13, 2024
1 parent ef0f975 commit cc35684
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 41 deletions.
56 changes: 18 additions & 38 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ packages = [
]

[tool.poetry.dependencies]
python = "<3.12,>=3.8.1"
singer-sdk = { version="^0.34.1" }
python = "<3.13,>=3.8.1"
singer-sdk = { version="^0.37.0" }
fs-s3fs = { version = "^1.1.1", optional = true }
beautifulsoup4 = "^4.12.1"
openai = "^0.27.4"
Expand All @@ -30,7 +30,7 @@ black = "^23.1.0"
pyupgrade = "^3.3.1"
mypy = "^1.0.0"
isort = "^5.11.5"
singer-sdk = { version="^0.34.1", extras = ["testing"] }
singer-sdk = { version="^0.37.0", extras = ["testing"] }

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down

0 comments on commit cc35684

Please sign in to comment.