Skip to content

Commit

Permalink
Use new vendored croniter
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Feb 11, 2025
1 parent 9f11cdd commit 1c08a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion haupt/haupt/orchestration/scheduler/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
from clipped.config.patch_strategy import PatchStrategy
from clipped.utils.bools import to_bool
from clipped.utils.lists import to_list
from clipped._vendor.croniter import croniter

from django.conf import settings
from django.db.models import Count, Q
from django.utils.timezone import now

from croniter import croniter
from haupt.common.db.runs import bulk_create_runs
from haupt.common.exceptions import AccessNotAuthorized, AccessNotFound
from haupt.db.abstracts.project_versions import BaseProjectVersion
Expand Down
1 change: 0 additions & 1 deletion haupt/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
croniter==6.0.0
Django<5.2
djangorestframework==3.15.2
django-cors-headers<=4.6.0
Expand Down

0 comments on commit 1c08a74

Please sign in to comment.