We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b7df6 commit 73d6ae2Copy full SHA for 73d6ae2
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "botx-fsm"
3
-version = "0.1.6"
+version = "0.1.7"
4
description = "FSM middleware for using with pybotx"
5
authors = ["Nik Sidnev <sidnev.nick@gmail.com>"]
6
7
8
[tool.poetry.dependencies]
9
python = "^3.7"
10
-botx = ">=0.17.0, <0.21.0"
+botx = ">=0.17.0, <0.24.0"
11
aioredis = "^1.3.1"
12
async_lru = "^1.0.2"
13
cachetools = "^4.2.2"
0 commit comments