Skip to content

Use exposed type instead of internal #148

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

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

kounelisagis
Copy link
Member

In #147, the import of WebpInputFormat type was changed from from tiledb.cc import WebpInputFormat to from tiledb.libtiledb import WebpInputFormat, as TileDB-Inc/TileDB-Py#2123 renamed cc to libtiledb. This change caused backward compatibility issues.

To resolve the issue, this PR uses the exposed type instead of the internal one.

Furthermore, to generally address similar issues without requiring code changes, an alias has been provided: TileDB-Inc/TileDB-Py#2145.

@ktsitsi ktsitsi merged commit 4d3ff12 into main Jan 22, 2025
4 checks passed
@ktsitsi ktsitsi deleted the agis/fix-dont-use-internal-types branch January 22, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants