-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (feat(build): update dependencies for pdm lock file) * feat(iamai): update versions and dependencies for adapters * feat(iamai): update version to 0.1.5 * feat(build): update python versions and dependencies * feat(build): update dependencies for pdm lock file * fix(build): fix python version in workflow * feat(build): update docker login action and secrets
- Loading branch information
1 parent
0003915
commit 43f787c
Showing
17 changed files
with
1,242 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10 | ||
FROM python:3.9 | ||
|
||
LABEL maintainer="HsiangNianian <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10 | ||
FROM python:3.9 | ||
|
||
LABEL maintainer="HsiangNianian <[email protected]>" | ||
LABEL org.opencontainers.image.description="A simple iamai examples with python 3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-apscheduler" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "apscheduler adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-bililive" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "bililive adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-console" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Console adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-cqhttp" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "CQHTTP adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-dingtalk" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Dingtalk adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-gensokyo" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Gensokyo adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-kook" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "kook adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-red" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Red adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters