Skip to content

Commit

Permalink
Bump to latest SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Feb 5, 2024
1 parent 71b7edf commit 97c8d53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 37 deletions.
43 changes: 11 additions & 32 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 @@ -25,14 +25,14 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8"
importlib-resources = { version = "==6.1.*", python = "<3.9" }
singer-sdk = { version="~=0.34.1" }
singer-sdk = "^0.35.0"
fs-s3fs = { version = "~=1.1.1", optional = true }
access-parser = {git = "https://github.com/Matatika/access_parser.git"}
fsspec = "^2024.2.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.0"
singer-sdk = { version="~=0.34.1", extras = ["testing"] }
singer-sdk = { version="^0.35.0", extras = ["testing"] }

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down
3 changes: 0 additions & 3 deletions tests/conftest.py

This file was deleted.

0 comments on commit 97c8d53

Please sign in to comment.