Skip to content

Commit 83cc5d3

Browse files
authored
Merge pull request #20 from Ry4an/main
Update grpcio version to 1.75.1 and self version to 1.4.1.
2 parents 8ffbd45 + 5164c42 commit 83cc5d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lucidmotors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
GetEventsResponse,
156156
)
157157

158-
__version__ = "1.4.0"
158+
__version__ = "1.4.1"
159159

160160
_LOGGER = logging.getLogger(__name__)
161161

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "lucidmotors"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = ""
55
authors = ["Nick Shipp <[email protected]>", "Michael Borohovski <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
grpcio = "1.72.1"
10+
grpcio = "1.75.1"
1111
grpc-stubs = "^1.53.0"
1212
protobuf = "^6.31.1"
1313

0 commit comments

Comments
 (0)