Skip to content

Commit 3dd6f51

Browse files
adding typing_extensions in the dependencies (#62)
1 parent 17880cc commit 3dd6f51

File tree

2 files changed

+9
-40
lines changed

2 files changed

+9
-40
lines changed

poetry.lock

+7-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rabbitmq-amqp-python-client"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0-beta.3"
44
description = "Python RabbitMQ client for AMQP 1.0 protocol"
55
authors = ["RabbitMQ team"]
66
license = "Apache-2.0 license"
@@ -10,6 +10,7 @@ readme = "README.md"
1010
python = "^3.9"
1111
python-qpid-proton = "^0.39.0"
1212
pyjwt = "^2.10.1"
13+
typing-extensions = "^4.13.0"
1314

1415
[tool.poetry.group.dev.dependencies]
1516
flake8 = "^7.1.1"

0 commit comments

Comments
 (0)