edgarrmondragon opened a new issue, #4586: URL: https://github.com/apache/arrow-adbc/issues/4586
### What feature or improvement would you like to see? The Python libraries `adbc-driver-flightsql`, `adbc-driver-postgresql` and `adbc-driver-sqlite` have a dependency on the `importlib-resources` backport package, which can be replaced with `importlib.resources` from the standard library. They only seem to be using [the `files` function](https://docs.python.org/3/library/importlib.resources.html#importlib.resources.files), which was added to the standard library in Python 3.9, so since [they require Python 3.10+](https://github.com/apache/arrow-adbc/pull/3573) I think it's pretty safe to make the change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
