Skip to content

Commit 1482701

Browse files
committed
feat: update proto codegen and add typing_extension dependency
1 parent b016229 commit 1482701

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [{name = "Substrait contributors", email = "[email protected]
55
license = {text = "Apache-2.0"}
66
readme = "README.md"
77
requires-python = ">=3.10"
8-
dependencies = ["protobuf >=3.19.1,<6"]
8+
dependencies = ["protobuf >=3.19.1,<6", "typing_extensions"]
99
dynamic = ["version"]
1010

1111
[tool.setuptools_scm]

src/substrait/gen/json/simple_extensions.py

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)