Skip to content

Commit

Permalink
Merge pull request #4 from fampay-inc/downgrade-confluent-kafka
Browse files Browse the repository at this point in the history
Downgraded confluent-kafka to v2.3.0
  • Loading branch information
GalaxyZpjfp authored Sep 27, 2024
2 parents 475ae25 + a759013 commit 168bc2b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "events-lib-py"
version = "0.1.0"
version = "0.1.2"
description = "A Django plugin to integrate Kafka producer and consumer"
authors = ["galaxyzpjfp <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
Django = "*"
confluent-kafka = "^2.5.3"
confluent-kafka = "==2.3.0"
gevent = "^24.2.1"
prometheus-client = ">=0.7"

Expand Down

0 comments on commit 168bc2b

Please sign in to comment.