mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-13 18:46:17 +05:00
Bump preload listener fix
This commit is contained in:
parent
ae3202aff2
commit
6511eaa6b8
@ -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())
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user