Skip to content

Commit 03402b6

Browse files
Update chatbot.spec to include hidden imports for Pydantic and modify chat history database
1 parent 94b9fe2 commit 03402b6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

chat_history.db

0 Bytes
Binary file not shown.

chatbot.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a = Analysis(
66
pathex=[],
77
binaries=[],
88
datas=[],
9-
hiddenimports=[],
9+
hiddenimports=['pydantic.deprecated.decorator', 'pydantic.deprecated', 'pydantic'],
1010
hookspath=[],
1111
hooksconfig={},
1212
runtime_hooks=[],

0 commit comments

Comments
 (0)