File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
command_line_assistant/daemon/database/models Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
import uuid
4
4
from typing import Any
5
5
6
- from sqlalchemy import Dialect
7
6
from sqlalchemy .dialects .postgresql import UUID
7
+ from sqlalchemy .engine .interfaces import Dialect
8
8
from sqlalchemy .ext .declarative import declarative_base
9
9
from sqlalchemy .sql .type_api import TypeEngine
10
10
from sqlalchemy .types import CHAR , TypeDecorator
Original file line number Diff line number Diff line change 168
168
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir }/selinux/%{selinuxtype }/active/modules/200/%{modulename }
169
169
170
170
%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
172
175
- Add String size limit to SQLAlchemy models
173
176
- Add workaround for SQLite UUID types
174
177
- Update packaging to include selinux custom policy
You can’t perform that action at this time.
0 commit comments