We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e596a commit af61721Copy full SHA for af61721
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "abx-plugins"
3
-version = "0.10.2"
+version = "0.10.3"
4
description = "ArchiveBox-compatible plugin suite (hooks, configs, binaries manifests)"
5
authors = [{name = "Nick Sweeting", email = "pyproject.toml+abx-plugins@archivebox.io"}]
6
requires-python = ">=3.11"
@@ -19,7 +19,7 @@ classifiers = [
19
"Environment :: Console",
20
]
21
dependencies = [
22
- "abx-pkg>=0.7.0",
+ "abx-pkg>=0.7.1",
23
"feedparser>=6.0.0",
24
"pydantic-settings>=2.0.0",
25
"pyright>=1.1.408",
0 commit comments