We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1663b5 commit 002394cCopy full SHA for 002394c
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "botx-fsm"
3
-version = "0.1.0"
+version = "0.1.5"
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.20.0"
+botx = ">=0.17.0, <0.21.0"
11
aioredis = "^1.3.1"
12
async_lru = "^1.0.2"
13
0 commit comments