Skip to content

Commit 7a0e67d

Browse files
Update dependency stomp-py to <=8.2.0
1 parent 67859a4 commit 7a0e67d

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
@@ -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
"uvicorn[standard]",
7777
"zocalo",
7878
]

0 commit comments

Comments
 (0)