Skip to content

Commit e7c06de

Browse files
committed
fix: remove typing_extensions dependency and update codegen
1 parent 1482701 commit e7c06de

File tree

5 files changed

+8
-78
lines changed

5 files changed

+8
-78
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ codegen-extensions:
1010
--input third_party/substrait/text/simple_extensions_schema.yaml \
1111
--output src/substrait/gen/json/simple_extensions.py \
1212
--output-model-type dataclasses.dataclass \
13+
--target-python-version 3.10 \
1314
--disable-timestamp
1415

1516
lint:

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", "typing_extensions"]
8+
dependencies = ["protobuf >=3.19.1,<6"]
99
dynamic = ["version"]
1010

1111
[tool.setuptools_scm]

src/substrait/gen/json/simple_extensions.py

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/substrait-cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e26585f45cdfd0ed3bf03f700c354f04685398c6

0 commit comments

Comments
 (0)