Skip to content

Commit 222e006

Browse files
committed
websockets back to 13.1
1 parent 910074d commit 222e006

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[project]
22
name = "pylamarzocco"
3-
version = "1.2.9"
4-
license = {text = "MIT License"}
3+
version = "1.2.10"
4+
license = { text = "MIT License" }
55
description = "A Python implementation of the new La Marzocco API"
66
readme = "README.md"
7-
authors = [{name = "Josef Zweck", email = "[email protected]"}]
8-
maintainers = [{name = "Josef Zweck", email = "[email protected]"}]
7+
authors = [
8+
{ name = "Josef Zweck", email = "[email protected]" },
9+
]
10+
maintainers = [
11+
{ name = "Josef Zweck", email = "[email protected]" },
12+
]
913
keywords = ["La Marzocco", "lamarzocco", "api", "async", "client"]
1014
classifiers = [
1115
"Development Status :: 5 - Production/Stable",
@@ -16,11 +20,7 @@ classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.12",
1822
]
19-
dependencies = [
20-
"bleak >= 0.20.0",
21-
"httpx >= 0.16.0",
22-
"websockets >= 14.0",
23-
]
23+
dependencies = ["bleak >= 0.20.0", "httpx >= 0.16.0", "websockets >= 13.1"]
2424
requires-python = ">= 3.12"
2525

2626
[project.urls]

0 commit comments

Comments
 (0)