Skip to content

Commit db2d525

Browse files
authored
chore: remove pybotx upper version limit (#69)
1 parent 22593e4 commit db2d525

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
@@ -2,15 +2,15 @@
22

33
[tool.poetry]
44
name = "pybotx-fsm"
5-
version = "0.4.11"
5+
version = "0.4.12"
66
description = "FSM middleware for using with pybotx"
77
readme = "README.md"
88
authors = []
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.8,<3.12"
1212

13-
pybotx = ">=0.44.1,<0.58.0"
13+
pybotx = ">=0.44.1"
1414

1515
[tool.poetry.dev-dependencies]
1616
add-trailing-comma = "2.2.3"

0 commit comments

Comments
 (0)