Skip to content

Commit 1baaeed

Browse files
committed
feat: update proto codegen and add typing_extension dependency
1 parent d21c9d4 commit 1baaeed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)