Skip to content

Commit

Permalink
aiocron v2.0의 패키징 문제로 버전 설정 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
item4 committed Feb 14, 2025
1 parent a561624 commit 213ebe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name = "Kim, Jin Su", email = "[email protected]" },
]
dependencies = [
"aiocron >= 1.8",
"aiocron >= 1.8,!=2.0",
"aiohttp >= 3.11.12",
"alembic >= 1.14.1",
"asyncclick >= 8.1.8",
Expand Down

0 comments on commit 213ebe0

Please sign in to comment.