Skip to content

Commit 2f1e1e2

Browse files
Update dependency stomp-py to <=8.2.0
1 parent 8567d8d commit 2f1e1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ server = [
7272
"python-jose[cryptography]",
7373
"sqlalchemy[postgresql]", # Add as explicit dependency
7474
"sqlmodel",
75-
"stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
75+
"stomp-py<=8.2.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
7676
"zocalo",
7777
]
7878
[project.urls]

0 commit comments

Comments
 (0)