Skip to content

Commit

Permalink
Merge pull request #20 from stnley/update-deps
Browse files Browse the repository at this point in the history
chore: update pika dependency to support python 3.7+
  • Loading branch information
arm4b authored Dec 18, 2022
2 parents 5399f3d + f2f415d commit e79bced
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

# 1.1.1
- Updated pip dependency to pika `1.3.x` to support python >= 3.7

# 1.1.0
- Added key to sensor config schema to identify a queue as type: quorum
- Updated setup() to understand how to create/load queues with types: ["classic", "quorum"]
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- aqmp
- stomp
- message broker
version: 1.1.0
version: 1.1.1
python_versions:
- "3"
author: StackStorm, Inc.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pika>=0.11.0,<0.12.0
pika~=1.3.1

0 comments on commit e79bced

Please sign in to comment.