Skip to content

Commit

Permalink
bump sdk to support py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Jun 13, 2024
1 parent 7ec8623 commit 4904bf2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 55 deletions.
69 changes: 16 additions & 53 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = [

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

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

0 comments on commit 4904bf2

Please sign in to comment.