python3-commons 0.8.4__tar.gz → 0.8.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python3_commons-0.8.4/src/python3_commons.egg-info → python3_commons-0.8.6}/PKG-INFO +1 -1
- {python3_commons-0.8.4 → python3_commons-0.8.6}/pyproject.toml +1 -4
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/__init__.py +2 -1
- {python3_commons-0.8.4 → python3_commons-0.8.6/src/python3_commons.egg-info}/PKG-INFO +1 -1
- {python3_commons-0.8.4 → python3_commons-0.8.6}/.coveragerc +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/.gitignore +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/AUTHORS.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/CHANGELOG.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/LICENSE +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/README.md +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/README.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/Makefile +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/_static/.gitignore +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/authors.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/changelog.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/conf.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/index.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/docs/license.rst +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/requirements.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/requirements_dev.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/requirements_test.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/setup.cfg +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/setup.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/logging/__init__.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/logging/filters.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/logging/formatters.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/tests/conftest.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/tests/test_audit.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/tests/test_helpers.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/tests/test_msgpack.py +0 -0
- {python3_commons-0.8.4 → python3_commons-0.8.6}/tests/test_msgspec.py +0 -0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "python3-commons"
|
7
|
-
version = "0.8.
|
7
|
+
version = "0.8.6"
|
8
8
|
description = "Re-usable Python3 code"
|
9
9
|
authors = [
|
10
10
|
{name = "Oleg Korsak", email = "kamikaze.is.waiting.you@gmail.com"}
|
@@ -29,9 +29,6 @@ dependencies = [
|
|
29
29
|
"pydantic-settings~=2.8.1",
|
30
30
|
"SQLAlchemy[asyncio]~=2.0.39",
|
31
31
|
"zeep~=4.3.1"
|
32
|
-
# Replace msgspec Git dependency for PyPI compatibility, consider releasing
|
33
|
-
# a vendorized or fixed version to your environment
|
34
|
-
# Example: "msgspec>=0.1.0"
|
35
32
|
]
|
36
33
|
requires-python = ">=3.13"
|
37
34
|
|
@@ -30,7 +30,8 @@ class AsyncSessionManager:
|
|
30
30
|
|
31
31
|
def async_engine_from_db_settings(self, name):
|
32
32
|
db_settings = self.get_db_settings(name)
|
33
|
-
|
33
|
+
configuration = db_settings.model_dump(by_alias=True)
|
34
|
+
engine = async_engine_from_config(configuration, prefix='')
|
34
35
|
|
35
36
|
return engine
|
36
37
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python3_commons-0.8.4 → python3_commons-0.8.6}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|