Skip to content

Commit d695bca

Browse files
authored
[BUG] Fix pydantic bug which causes the PyInstaller Binary to fail to run (#44)
* bump pydantic version * add back pydantic-settings dependencies * bump version to 0.3.1 --------- Co-authored-by: tjtanaa <[email protected]>
1 parent 0abb889 commit d695bca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ gunicorn~=22.0.0
44
loguru~=0.7.2
55
numpy~=1.26.4
66
pydantic-settings>=2.3.3
7-
pydantic-core~=2.18.4
8-
pydantic~=2.7.4
7+
# pydantic-core~=2.23.4
8+
pydantic>=2.9
99
loguru
1010
openai
1111
transformers

src/embeddedllm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)