Skip to content

Commit 76316d5

Browse files
Update dependency stomp-py to <=8.1.2
1 parent 9742156 commit 76316d5

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
@@ -67,7 +67,7 @@ server = [
6767
"python-jose[cryptography]",
6868
"sqlalchemy[postgresql]", # Add as explicit dependency
6969
"sqlmodel",
70-
"stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
70+
"stomp-py<=8.1.2", # 8.1.1 (released 2024-04-06) doesn't work with our project
7171
"uvicorn[standard]",
7272
"zocalo",
7373
]

0 commit comments

Comments
 (0)