0.12.3 replace resource_filename() with importlib.resources API

This commit is contained in:
Yusur 2026-03-11 13:10:54 +01:00
parent 634d251395
commit 6b3e4d5403
4 changed files with 49 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.12.3
+ Replace `resource_filename()` (from deprecated pkg_resources) with API from `importlib.resources`
## 0.12.2
+ Fix imports in module `sqlalchemy.quart`