Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
build(deps): bump revChatGPT version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlu committed Apr 3, 2023
1 parent 147a724 commit 3f17750
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

28 changes: 11 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "chatgpt-dingtalk-bot"
version = "0.4.6"
version = "0.4.7"
homepage = "https://github.com/anyidea/chatgpt-dingtalk-bot"
description = "A dingtalk chatbot powered by chatGPT.."
authors = ["Aiden Lu <[email protected]>"]
readme = "README.md"
license = "MIT"
classifiers=[
license = "MIT"
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand All @@ -16,20 +16,17 @@ classifiers=[
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]
packages = [
{ include = "chatbot" },
{ include = "tests", format = "sdist" },
]
packages = [{ include = "chatbot" }, { include = "tests", format = "sdist" }]

[tool.poetry.dependencies]
python = ">=3.8.*,<3.12"
click = "8.1.3"
fastapi = "^0.89.1"
revchatgpt = "^4.0.10"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
httpx = {extras = ["socks"], version = "^0.23.3"}
revchatgpt = "^4.1.1.1"
uvicorn = { extras = ["standard"], version = "^0.20.0" }
httpx = { extras = ["socks"], version = "^0.23.3" }
python-dotenv = "^0.21.1"
databases = {extras = ["aiosqlite"], version = "^0.7.0"}
databases = { extras = ["aiosqlite"], version = "^0.7.0" }

[tool.poetry.group.dev.dependencies]
tox = "^3.27.0"
Expand All @@ -50,10 +47,10 @@ flake8 = "^5.0.4"
flake8-docstrings = "^1.6.0"

[tool.poetry.group.doc.dependencies]
mkdocs = ">=1.4.2"
mkdocs = ">=1.4.2"
jieba = ">=0.42.1"
mkdocs-material = ">=8.5.9"
mkdocstrings = { version=">=0.19.0", extras=["python"] }
mkdocstrings = { version = ">=0.19.0", extras = ["python"] }
mkdocs-awesome-pages-plugin = ">=2.8.0"
mkdocs-include-markdown-plugin = ">=3.9.1"
mkdocs-static-i18n = ">=0.50"
Expand Down Expand Up @@ -99,10 +96,7 @@ skip_gitignore = true
version = "0.4.4"
changelog_start_rev = "0.3.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:version",
"chatbot/__init__.py"
]
version_files = ["pyproject.toml:version", "chatbot/__init__.py"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 3f17750

Please sign in to comment.