Skip to content

Commit 319b57a

Browse files
committed
0.7.2
1 parent 7af0d8e commit 319b57a

2 files changed

Lines changed: 10 additions & 21 deletions

File tree

poetry.lock

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "unasyncd"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "A tool to transform asynchronous Python code to synchronous Python code."
55
authors = ["Janek Nouvertné <j.a.nouvertne@posteo.de>"]
66
license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.8"
11-
libcst = "^1.0.0"
11+
libcst = ">=1.0.0,<2"
1212
click = "^8.1.7"
1313
rich = "^13.6.0"
1414
anyio = "^4.0.0"
@@ -17,7 +17,7 @@ tomli = {version = "^2.0.1", python = "<3.11"}
1717
tomli-w = "^1.0.0"
1818
rich-click = "^1.6.1"
1919
ruff = {version = "*", optional = true}
20-
importlib-metadata = { version = "^6.8.0", python = "<3.10" }
20+
importlib-metadata = { version = "^8.0.0", python = "<3.10" }
2121

2222

2323
[tool.poetry.extras]

0 commit comments

Comments
 (0)