Skip to content

Commit

Permalink
🔖 release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Nov 1, 2023
1 parent 9a844fd commit e15e109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-feishu"
version = "2.2.1"
version = "2.3.0"
description = "feishu(larksuite) adapter for nonebot2"
authors = ["StarHeartHunt <[email protected]>"]
license = "MIT"
Expand All @@ -20,9 +20,9 @@ packages = [{ include = "nonebot" }]

[tool.poetry.dependencies]
python = "^3.8"
pycryptodome = ">=3.18.0, <4.0.0"
nonebot2 = "^2.1.0"
cashews = ">=6.0.0, <7.0.0"
pycryptodome = ">=3.18.0, <4.0.0"

[tool.poetry.group.dev.dependencies]
isort = "^5.10.1"
Expand Down Expand Up @@ -79,6 +79,7 @@ executionEnvironments = [{ root = "./" }]

typeCheckingMode = "basic"
reportShadowedImports = false
disableBytesTypePromotions = true

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

0 comments on commit e15e109

Please sign in to comment.