Skip to content

Commit 73d6ae2

Browse files
authored
chore: Bump pybotx version (#4)
1 parent a2b7df6 commit 73d6ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "botx-fsm"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "FSM middleware for using with pybotx"
55
authors = ["Nik Sidnev <sidnev.nick@gmail.com>"]
66

77

88
[tool.poetry.dependencies]
99
python = "^3.7"
10-
botx = ">=0.17.0, <0.21.0"
10+
botx = ">=0.17.0, <0.24.0"
1111
aioredis = "^1.3.1"
1212
async_lru = "^1.0.2"
1313
cachetools = "^4.2.2"

0 commit comments

Comments
 (0)