Skip to content

Commit

Permalink
Upgrade meltano singer sdk (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTheunissen authored Mar 25, 2024
1 parent 148f563 commit afb693c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shaped-target-clickhouse"
version = "0.2.4"
version = "0.2.5"
description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK."
readme = "README.md"
authors = ["Ben Theunissen"]
Expand All @@ -15,7 +15,7 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.8.0"
singer-sdk = { version=">=0.28,<0.36" }
singer-sdk = { version=">=0.28,<0.37" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = "^0.3.0"
simplejson = "^3.19.2"
Expand All @@ -24,7 +24,7 @@ simplejson = "^3.19.2"
pytest = "^7.4.3"
tox = "^3.25.0"
ruff = "^0.1.3"
singer-sdk = { version=">=0.28,<0.36", extras = ["testing"] }
singer-sdk = { version=">=0.28,<0.37", extras = ["testing"] }
types-simplejson = "^3.19.0.1"
types-setuptools = "^68.2.0.0"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit afb693c

Please sign in to comment.