Skip to content

Commit 14f9d41

Browse files
Update dependency stomp-py to <=8.1.2
1 parent 7821885 commit 14f9d41

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

0 commit comments

Comments
 (0)