8000 Bump ver, add new packages to pyproject.toml · DataSolveProblems/pyqt-openai@4de48b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4de48b9

Browse files
committed
Bump ver, add new packages to pyproject.toml
1 parent 532a74a commit 4de48b9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyqt-openai"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Python multipurpose chatbot that user can use GPT, other AI models altogether (Release Name: VividNode)"
99
authors = [{ name = "Jung Gyu Yoon", email = "yjg30737@gmail.com" }]
1010
license = { text = "MIT" }
@@ -21,6 +21,9 @@ dependencies = [
2121
"google-generativeai",
2222
"llama-index",
2323
"replicate",
24+
25+
"g4f",
26+
"curl_cffi"
2427
]
2528
keywords = ['openai', 'pyqt', 'pyqt5', 'pyqt6', 'pyside6', 'desktop', 'app', 'chatbot', 'gpt', 'replicate', 'gemini', 'claude', 'llama', 'llm']
2629

version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
VSVersionInfo(
77
ffi=FixedFileInfo(
8-
filevers=(1, 2, 0),
9-
prodvers=(1, 2, 0),
8+
filevers=(1, 3, 0),
9+
prodvers=(1, 3, 0),
1010
mask=0x3f,
1111
flags=0x0,
1212
OS=0x4,
@@ -19,10 +19,10 @@ VSVersionInfo(
1919
[
2020
StringTable(
2121
u'040904B0',
22-
[StringStruct(u'FileVersion', u'1.2.0'),
22+
[StringStruct(u'FileVersion', u'1.3.0'),
2323
StringStruct(u'ProductName', u'VividNode'),
2424
StringStruct(u'LegalCopyright', u'Copyright © 2024 Jung Gyu Yoon'),
25-
StringStruct(u'ProductVersion', u'1.2.0')])
25+
StringStruct(u'ProductVersion', u'1.3.0')])
2626
]),
2727
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2828
]

0 commit comments

Comments
 (0)
0