mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 08:49:53 -06:00
chore: update protobuf (#1868)
* update protobuf * fix: mypy * chore: ver --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "hatchet-sdk"
|
||||
version = "1.12.1"
|
||||
version = "1.12.2"
|
||||
description = ""
|
||||
authors = ["Alexander Belanger <alexander@hatchet.run>"]
|
||||
readme = "README.md"
|
||||
@@ -17,7 +17,7 @@ grpcio-tools = [
|
||||
{ version = ">=1.64.1, !=1.68.*", markers = "python_version < '3.13'" },
|
||||
{ version = ">=1.69.0", markers = "python_version >= '3.13'" },
|
||||
]
|
||||
protobuf = "^5.29.1"
|
||||
protobuf = "^5.29.5"
|
||||
pydantic = "^2.6.3"
|
||||
python-dateutil = "^2.9.0.post0"
|
||||
urllib3 = ">=1.26.20"
|
||||
|
||||
Reference in New Issue
Block a user