Skip to content

Commit 97a9315

Browse files
Update dependency stomp-py to <=8.2.0
1 parent acd0ca7 commit 97a9315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ server = [
6969
"python-jose[cryptography]",
7070
"sqlalchemy[postgresql]", # Add as explicit dependency
7171
"sqlmodel",
72-
"stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
72+
"stomp-py<=8.2.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
7373
"uvicorn[standard]",
7474
"zocalo",
7575
]

0 commit comments

Comments
 (0)