We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7821885 commit 14f9d41Copy full SHA for 14f9d41
pyproject.toml
@@ -68,7 +68,7 @@ server = [
68
"python-jose[cryptography]",
69
"sqlalchemy[postgresql]", # Add as explicit dependency
70
"sqlmodel",
71
- "stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
+ "stomp-py<=8.1.2", # 8.1.1 (released 2024-04-06) doesn't work with our project
72
"uvicorn[standard]",
73
"zocalo",
74
]
0 commit comments