Skip to content

Commit

Permalink
Require newer confluent-kafka on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Dec 10, 2024
1 parent ab019e1 commit debf057
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 25 deletions.
82 changes: 58 additions & 24 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = ">=3.9,<4.0"
advocate = { version = ">=1.0.0,<2.0", optional = true }
boto3 = ">=1.28.27"
cassandra-driver = { version = ">=3.29.0,<4.0", optional = true }
confluent-kafka = { version = ">=2.3.0", optional = true }
confluent-kafka = [{version = ">=2.3.0", python = "<3.13", optional = true}, {version = ">=2.6.0", python = ">=3.13", optional = true}]
formenergy-observability = "^0.3.2"
gevent = [{version = ">=23.9.1", python = "<3.13"}, {version = ">=24.10.3", python = ">=3.13"}]
greenlet = { version = ">=3.1.1", python = ">=3.13" }
Expand Down

0 comments on commit debf057

Please sign in to comment.