Skip to content

Commit

Permalink
adding typing_extensions on non dev dependencies (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia authored Jun 11, 2024
1 parent 3e24496 commit 619006f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rstream"
version = "0.20.0"
version = "0.20.1"
description = "A python client for RabbitMQ Streams"
authors = ["George Fortunatov <[email protected]>", "Daniele Palaia <[email protected]>"]
readme = "README.md"
Expand All @@ -12,6 +12,7 @@ license = "MIT"
python = "^3.9"
requests = "^2.31.0"
mmh3 = "^4.0.0"
typing_extensions ="^4.11.0"

[tool.poetry.dev-dependencies]
ipython = "^7.13.0"
Expand Down

0 comments on commit 619006f

Please sign in to comment.