Skip to content

Commit

Permalink
Merge pull request #226 from AKVorrat/change-tasks-library
Browse files Browse the repository at this point in the history
changing deprecated fastapi_utils dependency to fastapi_restful
  • Loading branch information
iameru authored Nov 29, 2023
2 parents 519f5f5 + 9455a6a commit be3c9b4
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 12 deletions.
2 changes: 1 addition & 1 deletion server/dearmep/schedules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Callable, List, Tuple

from fastapi_utils.tasks import repeat_every
from fastapi_restful.tasks import repeat_every

from .calls import build_queue, handle_queue
from ..config import Config, SchedulerTaskConfig
Expand Down
52 changes: 42 additions & 10 deletions server/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 server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ canonicaljson = "^2.0.0"
phonenumbers = "^8.13.22"
pytz = "^2023.3.post1"
alembic = "^1.12.1"
fastapi-utils = "^0.2.1"
fastapi-restful = "^0.5.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^4.0.1"
Expand Down

0 comments on commit be3c9b4

Please sign in to comment.