Skip to content

Commit 591eb41

Browse files
committed
ℹ️ feat: bump version to 1.0.0 and add pymongo dependency
1 parent 5500c68 commit 591eb41

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

pdm.lock

+1-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llmkira"
3-
version = "0.27.4"
3+
version = "1.0.0"
44
description = "A chain message bot based on OpenAI"
55
authors = [
66
{ name = "sudoskys", email = "[email protected]" },
@@ -29,7 +29,6 @@ dependencies = [
2929
"emoji<3.0.0,>=2.8.0",
3030
"websocket<1.0.0,>=0.2.1",
3131
"wrapt<2.0.0,>=1.11.0",
32-
"motor<4.0.0,>=3.3.1",
3332
"dynaconf<4.0.0,>=3.2.3",
3433
"rich<14.0.0,>=13.6.0",
3534
"importlib-metadata<7.0.0,>=6.8.0",
@@ -62,6 +61,7 @@ dependencies = [
6261
"file-read-backwards>=3.0.0",
6362
"apscheduler>=3.10.4",
6463
"montydb[lmdb]>=2.5.2",
64+
"pymongo>=4.6.3",
6565
]
6666
requires-python = ">=3.9,<3.12"
6767
readme = "README.md"

0 commit comments

Comments
 (0)