Skip to content

Commit

Permalink
chore: remove pybotx upper version limit (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruha01 committed Nov 7, 2023
1 parent 22593e4 commit db2d525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[tool.poetry]
name = "pybotx-fsm"
version = "0.4.11"
version = "0.4.12"
description = "FSM middleware for using with pybotx"
readme = "README.md"
authors = []

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

pybotx = ">=0.44.1,<0.58.0"
pybotx = ">=0.44.1"

[tool.poetry.dev-dependencies]
add-trailing-comma = "2.2.3"
Expand Down

0 comments on commit db2d525

Please sign in to comment.