We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ffbd45 + 5164c42 commit 83cc5d3Copy full SHA for 83cc5d3
lucidmotors/__init__.py
@@ -155,7 +155,7 @@
155
GetEventsResponse,
156
)
157
158
-__version__ = "1.4.0"
+__version__ = "1.4.1"
159
160
_LOGGER = logging.getLogger(__name__)
161
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "lucidmotors"
3
-version = "1.4.0"
+version = "1.4.1"
4
description = ""
5
authors = ["Nick Shipp <[email protected]>", "Michael Borohovski <[email protected]>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
python = "^3.12"
10
-grpcio = "1.72.1"
+grpcio = "1.75.1"
11
grpc-stubs = "^1.53.0"
12
protobuf = "^6.31.1"
13
0 commit comments