Skip to content

Commit 99a9be4

Browse files
authored
Change import location for SQLAlchemy (#126)
1 parent a1189e9 commit 99a9be4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

command_line_assistant/daemon/database/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import uuid
44
from typing import Any
55

6-
from sqlalchemy import Dialect
76
from sqlalchemy.dialects.postgresql import UUID
7+
from sqlalchemy.engine.interfaces import Dialect
88
from sqlalchemy.ext.declarative import declarative_base
99
from sqlalchemy.sql.type_api import TypeEngine
1010
from sqlalchemy.types import CHAR, TypeDecorator

packaging/command-line-assistant.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ fi
168168
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
169169

170170
%changelog
171-
* Wed Jan 22 2025 Rodolfo Olivieri <rolivier@redhat.com> 0.2.0
171+
* Wed Jan 22 2025 Rodolfo Olivieri <rolivier@redhat.com> 0.2.1
172+
- Change import location for SQLAlchemy
173+
174+
* Tue Jan 21 2025 Rodolfo Olivieri <rolivier@redhat.com> 0.2.0
172175
- Add String size limit to SQLAlchemy models
173176
- Add workaround for SQLite UUID types
174177
- Update packaging to include selinux custom policy

0 commit comments

Comments
 (0)