Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Aug 29, 2024
1 parent ca50fc7 commit 7cb129f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# 0.3.5

* Update datapipe-core dependency 0.14+

# 0.3.4

* Update label_studio_sdk dependency (allow >2 pydantic)

# 0.3.3

* Update python dependency (allow 3.11 python)

# 0.3.2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ exclude = ["tests", "experiments"]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
requests = ">=2.24.0, <3"
datapipe-core = { version = ">=0.14.0-alpha.1, <0.15", allow-prereleases = true }
datapipe-core = { version = ">=0.14.0, <0.15" }
label-studio-sdk = ">=1.0.3, <1.1"

[tool.poetry.dev-dependencies]
flake8 = "*"
black = "*"

datapipe-core = { version = ">=0.14.0-alpha.1, <0.15", allow-prereleases = true, extras=["sqlite"] }
datapipe-core = { version = ">=0.14.0, <0.15", allow-prereleases = true, extras = ["sqlite"] }
pytest = "^7.4.3"
pytest-xdist = "*"
pytest-cases = "^3.6.4"
Expand Down

0 comments on commit 7cb129f

Please sign in to comment.