Skip to content

Commit

Permalink
Workaround for stomp connection issues (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 6, 2022
1 parent de886fe commit 4c980b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 4 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ python-memcached = "^1.59"
prometheus-client = "^0.14.1"
requests = "^2.26.0"
python-dateutil = "^2.8.2"
"stomp.py" = "^8.0.0"
cryptography = {version = "^36.0.2", optional = true}

# latest versions of stomp.py 8.0.0 and 8.0.1 are causing connection issues
"stomp.py" = "7.0.0"

fedmsg = {extras = ["consumers"], version = "^1.1.2"}
stomper = "^0.4.3"
pyOpenSSL = "^22.0.0"
Expand Down

0 comments on commit 4c980b1

Please sign in to comment.