-
Notifications
You must be signed in to change notification settings - Fork 3
v0.3.60 release #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.3.60 release #267
Changes from all commits
15e08da
d28642b
0978742
5bff7e0
1aef315
6910824
424a139
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin" | |
|
|
||
| [project] | ||
| name = "tower" | ||
| version = "0.3.59" | ||
| version = "0.3.60" | ||
| description = "Tower CLI and runtime environment for Tower." | ||
| authors = [{ name = "Tower Computing Inc.", email = "brad@tower.dev" }] | ||
| readme = "README.md" | ||
|
|
@@ -48,7 +48,7 @@ tower = "tower.cli:main" | |
|
|
||
| [project.optional-dependencies] | ||
| ai = ["huggingface-hub>=0.34.3", "ollama>=0.5.3"] | ||
| iceberg = ["polars>=1.39.3", "pyarrow>=23.0.1", "pyiceberg>=0.11.1"] | ||
| iceberg = ["polars>=1.39.3", "pyarrow>=23.0.1", "pyiceberg>=0.11.1", "boto3>=1.35.0"] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: No, pyiceberg version 0.11.1 does not depend on boto3 as a core requirement. boto3 is an optional dependency required only for specific extras like 'glue', 'dynamodb', and 'rest-sigv4', with version range >=1.24.59. Citations:
Remove or justify the explicit boto3 dependency. boto3 is not a transitive dependency of pyiceberg 0.11.1—it's only optional for specific extras ( If boto3 is genuinely required, document the reason and note that pyiceberg expects 🤖 Prompt for AI Agents |
||
| dbt = ["dbt-core>=1.9,<1.10"] # Can not use dbt 1.10+ due to dependency conflicts | ||
| all = ["tower[ai,iceberg,dbt]"] | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.