Skip to content

Commit db6035a

Browse files
authored
Force stompman>=2.0.1
1 parent 7351dad commit db6035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/faststream-stomp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "faststream-stomp"
33
description = "FastStream STOMP broker"
44
authors = [{ name = "Lev Vereshchagin", email = "mail@vrslev.com" }]
5-
dependencies = ["faststream~=0.5", "stompman>=2.0.0"]
5+
dependencies = ["faststream~=0.5", "stompman>=2.0.1"]
66
requires-python = ">=3.11"
77
readme = "README.md"
88
license = { text = "MIT" }

0 commit comments

Comments
 (0)