Skip to content

Commit

Permalink
Bump version, ease langkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa committed Jan 23, 2024
1 parent 59164f5 commit 524effe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "whylogs-container-types"
version = "0.4.7"
version = "0.4.8"
description = ""
authors = ["Anthony Naddeo <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "whylogs_container_types/**/*.py" }]
[tool.poetry.dependencies]
python = "^3.8"
whylogs = "*"
langkit = {url = "https://whypy.s3.us-west-2.amazonaws.com/langkit-0.0.34-py3-none-any.whl"}
langkit = "*"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 524effe

Please sign in to comment.