Skip to content

Commit 6806207

Browse files
authored
chore: add pyarrow-stubs dependency for type hint & suggestion (#2768)
# Rationale for this change This PR adds `pyarrow-stubs` to the project's development dependencies which provide suggestions and parameter hints, speeding up development. ## Are these changes tested? Tested the type hint ## Are there any user-facing changes? No. This is strictly a development dependency and does not affect the runtime package distributed to users.
1 parent 38c9ca2 commit 6806207

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ dev = [
116116
"docutils!=0.21.post1",
117117
"mypy-boto3-glue>=1.28.18",
118118
"mypy-boto3-dynamodb>=1.28.18",
119+
"pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
119120
]
120121
# for mkdocs
121122
docs = [

uv.lock

Lines changed: 14 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)