[PR #18781] [CLOSED] chore(deps): bump apscheduler from 3.10.4 to 3.11.1 in /backend #24928

Closed
opened 2026-04-20 05:39:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18781
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/apscheduler-3.11.1


📝 Commits (1)

  • 0e04c9d chore(deps): bump apscheduler from 3.10.4 to 3.11.1 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps apscheduler from 3.10.4 to 3.11.1.

Release notes

Sourced from apscheduler's releases.

3.11.1

  • Fixed scheduler.shutdown() not raising SchedulerNotRunning (or raising the wrong exception) for asynchronous schedulers when the scheduler is in fact not running
  • Fixed CronTrigger sticking on a folded datetime during the fall-back DST transition (#1021 <agronholm/apscheduler#1021>_; PR by @​berianjames)`

3.11.0

  • Dropped support for Python 3.6 and 3.7
  • Added support for ZoneInfo time zones and deprecated support for pytz time zones
  • Added CalendarIntervalTrigger, backported from the 4.x series
  • Added the ability to export and import jobs via scheduler.export_jobs() and scheduler.import_jobs(), respectively
  • Removed the dependency on six
  • Changed ProcessPoolExecutor to spawn new subprocesses from scratch instead of forking on all platform
  • Fixed AsyncIOScheduler inadvertently creating a defunct event loop at start, leading to the scheduler not working at all
  • Fixed ProcessPoolExecutor not respecting the passed keyword arguments when a broken pool was being replaced
Changelog

Sourced from apscheduler's changelog.

Version history

To find out how to migrate your application from a previous version of APScheduler, see the :doc:migration section <migration>.

3.11.1

  • Fixed scheduler.shutdown() not raising SchedulerNotRunning (or raising the wrong exception) for asynchronous schedulers when the scheduler is in fact not running
  • Fixed CronTrigger sticking on a folded datetime during the fall-back DST transition (#1021 agronholm/apscheduler#1021_; PR by @​berianjames)`

3.11.0

  • Dropped support for Python 3.6 and 3.7
  • Added support for ZoneInfo time zones and deprecated support for pytz time zones
  • Added CalendarIntervalTrigger, backported from the 4.x series
  • Added the ability to export and import jobs via scheduler.export_jobs() and scheduler.import_jobs(), respectively
  • Removed the dependency on six
  • Changed ProcessPoolExecutor to spawn new subprocesses from scratch instead of forking on all platform
  • Fixed AsyncIOScheduler inadvertently creating a defunct event loop at start, leading to the scheduler not working at all
  • Fixed ProcessPoolExecutor not respecting the passed keyword arguments when a broken pool was being replaced

3.10.4

  • Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method

3.10.3

  • Fixed TypeError related to entry point iteration on Python 3.9 (PR by CrypticDriver)

3.10.2

  • Ensured consistent support for both PySide and PyQt (v6 to v2) on QtScheduler
  • Replaced uses of the deprecated pkg_resources module with importlib.metadata (PR by Ran Benita)
  • Fixed scheduling class methods like B.methodname where the B class inherits from class A and methodname is a class method of class A
  • Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time (fix by kbasten)

3.10.1

... (truncated)

Commits
  • f4df139 Added the release version
  • 25be7b7 Fixed CronTrigger getting stuck on fallback DST transition (#1079)
  • 1261386 Updated etcd image repository name
  • b1f5636 Fixed shutdown() not raising the correct exception for some schedulers
  • 6c72a51 Backported release job from master
  • 4b96510 Added the release version
  • fcec69c Added user's guide section for export/import
  • 50f67c8 Added scheduler methods for job export/import
  • 40431e5 Removed the obsolete timedelta_seconds function
  • 9483bb4 Rearranged triggers tests to better match the master branch
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/18781 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/apscheduler-3.11.1` --- ### 📝 Commits (1) - [`0e04c9d`](https://github.com/open-webui/open-webui/commit/0e04c9da7135f1e4181f41ef7d979eded6bb34ba) chore(deps): bump apscheduler from 3.10.4 to 3.11.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.4 to 3.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/agronholm/apscheduler/releases">apscheduler's releases</a>.</em></p> <blockquote> <h2>3.11.1</h2> <ul> <li>Fixed <code>scheduler.shutdown()</code> not raising <code>SchedulerNotRunning</code> (or raising the wrong exception) for asynchronous schedulers when the scheduler is in fact not running</li> <li>Fixed <code>CronTrigger</code> sticking on a folded datetime during the fall-back DST transition (<a href="https://redirect.github.com/agronholm/apscheduler/issues/1021">#1021</a> &lt;<a href="https://redirect.github.com/agronholm/apscheduler/issues/1021">agronholm/apscheduler#1021</a>&gt;_; PR by <a href="https://github.com/berianjames"><code>@​berianjames</code></a>)`</li> </ul> <h2>3.11.0</h2> <ul> <li>Dropped support for Python 3.6 and 3.7</li> <li>Added support for <code>ZoneInfo</code> time zones and deprecated support for pytz time zones</li> <li>Added <code>CalendarIntervalTrigger</code>, backported from the 4.x series</li> <li>Added the ability to export and import jobs via <code>scheduler.export_jobs()</code> and <code>scheduler.import_jobs()</code>, respectively</li> <li>Removed the dependency on <code>six</code></li> <li>Changed <code>ProcessPoolExecutor</code> to spawn new subprocesses from scratch instead of forking on all platform</li> <li>Fixed <code>AsyncIOScheduler</code> inadvertently creating a defunct event loop at start, leading to the scheduler not working at all</li> <li>Fixed <code>ProcessPoolExecutor</code> not respecting the passed keyword arguments when a broken pool was being replaced</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/agronholm/apscheduler/blob/3.11.1/docs/versionhistory.rst">apscheduler's changelog</a>.</em></p> <blockquote> <h1>Version history</h1> <p>To find out how to migrate your application from a previous version of APScheduler, see the :doc:<code>migration section &lt;migration&gt;</code>.</p> <p><strong>3.11.1</strong></p> <ul> <li>Fixed <code>scheduler.shutdown()</code> not raising <code>SchedulerNotRunning</code> (or raising the wrong exception) for asynchronous schedulers when the scheduler is in fact not running</li> <li>Fixed <code>CronTrigger</code> sticking on a folded datetime during the fall-back DST transition (<a href="https://redirect.github.com/agronholm/apscheduler/issues/1021">#1021</a> <a href="https://redirect.github.com/agronholm/apscheduler/issues/1021">agronholm/apscheduler#1021</a>_; PR by <a href="https://github.com/berianjames"><code>@​berianjames</code></a>)`</li> </ul> <p><strong>3.11.0</strong></p> <ul> <li>Dropped support for Python 3.6 and 3.7</li> <li>Added support for <code>ZoneInfo</code> time zones and deprecated support for pytz time zones</li> <li>Added <code>CalendarIntervalTrigger</code>, backported from the 4.x series</li> <li>Added the ability to export and import jobs via <code>scheduler.export_jobs()</code> and <code>scheduler.import_jobs()</code>, respectively</li> <li>Removed the dependency on <code>six</code></li> <li>Changed <code>ProcessPoolExecutor</code> to spawn new subprocesses from scratch instead of forking on all platform</li> <li>Fixed <code>AsyncIOScheduler</code> inadvertently creating a defunct event loop at start, leading to the scheduler not working at all</li> <li>Fixed <code>ProcessPoolExecutor</code> not respecting the passed keyword arguments when a broken pool was being replaced</li> </ul> <p><strong>3.10.4</strong></p> <ul> <li>Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method</li> </ul> <p><strong>3.10.3</strong></p> <ul> <li>Fixed <code>TypeError</code> related to entry point iteration on Python 3.9 (PR by CrypticDriver)</li> </ul> <p><strong>3.10.2</strong></p> <ul> <li>Ensured consistent support for both PySide and PyQt (v6 to v2) on <code>QtScheduler</code></li> <li>Replaced uses of the deprecated <code>pkg_resources</code> module with <code>importlib.metadata</code> (PR by Ran Benita)</li> <li>Fixed scheduling class methods like <code>B.methodname</code> where the <code>B</code> class inherits from class <code>A</code> and <code>methodname</code> is a class method of class <code>A</code></li> <li>Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time (fix by kbasten)</li> </ul> <p><strong>3.10.1</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agronholm/apscheduler/commit/f4df139771b7741f58f0eb456f091d3f659555c1"><code>f4df139</code></a> Added the release version</li> <li><a href="https://github.com/agronholm/apscheduler/commit/25be7b77afca892d152441d4a61402623af7f943"><code>25be7b7</code></a> Fixed CronTrigger getting stuck on fallback DST transition (<a href="https://redirect.github.com/agronholm/apscheduler/issues/1079">#1079</a>)</li> <li><a href="https://github.com/agronholm/apscheduler/commit/12613862e34456215dc98574f6cf594f77d66f47"><code>1261386</code></a> Updated etcd image repository name</li> <li><a href="https://github.com/agronholm/apscheduler/commit/b1f5636ccaf6a2fe86b208d7bd6b43024a1546b3"><code>b1f5636</code></a> Fixed shutdown() not raising the correct exception for some schedulers</li> <li><a href="https://github.com/agronholm/apscheduler/commit/6c72a51416893eb0eebbe63d0f2a0151952cab59"><code>6c72a51</code></a> Backported release job from master</li> <li><a href="https://github.com/agronholm/apscheduler/commit/4b965109548e528c061cf32b672de1a6f65f2c2a"><code>4b96510</code></a> Added the release version</li> <li><a href="https://github.com/agronholm/apscheduler/commit/fcec69c8436c5957b6f57d282755b51f5d3e3d3c"><code>fcec69c</code></a> Added user's guide section for export/import</li> <li><a href="https://github.com/agronholm/apscheduler/commit/50f67c878d03de31b750cdcaf2e395f2e8db7cf2"><code>50f67c8</code></a> Added scheduler methods for job export/import</li> <li><a href="https://github.com/agronholm/apscheduler/commit/40431e574fb30c7979411b7f5ad2137c8a6528ca"><code>40431e5</code></a> Removed the obsolete <code>timedelta_seconds</code> function</li> <li><a href="https://github.com/agronholm/apscheduler/commit/9483bb4672b5de58a92fbc20dc4b050da1a689f4"><code>9483bb4</code></a> Rearranged triggers tests to better match the master branch</li> <li>Additional commits viewable in <a href="https://github.com/agronholm/apscheduler/compare/3.10.4...3.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apscheduler&package-manager=pip&previous-version=3.10.4&new-version=3.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 05:39:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#24928