Skip to content

Commit

Permalink
ℹ️ feat: bump version to 1.0.0 and add pymongo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Apr 16, 2024
1 parent 5500c68 commit 591eb41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "llmkira"
version = "0.27.4"
version = "1.0.0"
description = "A chain message bot based on OpenAI"
authors = [
{ name = "sudoskys", email = "[email protected]" },
Expand Down Expand Up @@ -29,7 +29,6 @@ dependencies = [
"emoji<3.0.0,>=2.8.0",
"websocket<1.0.0,>=0.2.1",
"wrapt<2.0.0,>=1.11.0",
"motor<4.0.0,>=3.3.1",
"dynaconf<4.0.0,>=3.2.3",
"rich<14.0.0,>=13.6.0",
"importlib-metadata<7.0.0,>=6.8.0",
Expand Down Expand Up @@ -62,6 +61,7 @@ dependencies = [
"file-read-backwards>=3.0.0",
"apscheduler>=3.10.4",
"montydb[lmdb]>=2.5.2",
"pymongo>=4.6.3",
]
requires-python = ">=3.9,<3.12"
readme = "README.md"
Expand Down

0 comments on commit 591eb41

Please sign in to comment.