Bump preload listener fix

This commit is contained in:
Nick Sweeting 2026-05-15 10:34:06 -07:00
parent ae3202aff2
commit 6511eaa6b8
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ def test_process_completed_persists_with_uncached_network_interface(monkeypatch,
),
)
await event.now()
await event.wait()
await event.event_results_list()
asyncio.run(run_event())

View File

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.30rc22"
version = "0.9.30rc23"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@ -80,7 +80,7 @@ dependencies = [
### Binary/Package Management
"abxbus>=2.5.0", # EventBus API
"abxpkg>=1.10.7", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm
"abx-plugins>=1.10.42", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring
"abx-plugins>=1.10.43", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring
"abx-dl>=1.10.46", # shared ArchiveBox downloader package with background hook lifecycle fixes
### UUID7 backport for Python <3.14
"uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13