Skip to content

Commit

Permalink
bump minium python-socketio version for use of SimpleClient (#20)
Browse files Browse the repository at this point in the history
* bump minium python-socketio version for use of SimpleClient

* bump version
  • Loading branch information
PythonFZ authored Jun 19, 2024
1 parent 23f45e3 commit d031a62
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 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 = "znsocket"
version = "0.1.6"
version = "0.1.7"
description = "Python implementation of a Redis-compatible API using websockets."
authors = ["Fabian Zills <fzills@icp.uni-stuttgart.de>"]
license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python-socketio = {extras = ["client"], version = "^5"}
python-socketio = {extras = ["client"], version = "^5.11"}
eventlet = "^0"
typer = "^0"
znjson = "^0.2.3"
Expand Down

0 comments on commit d031a62

Please sign in to comment.