mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
remove checks import and bump pydantic pkgr version
This commit is contained in:
parent
04d2316800
commit
fdc720b13d
3 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ from pydantic import InstanceOf, Field, model_validator, validate_call
|
||||||
import django
|
import django
|
||||||
import django.db.backends.sqlite3.base
|
import django.db.backends.sqlite3.base
|
||||||
from django.db.backends.sqlite3.base import Database as django_sqlite3 # type: ignore[import-type]
|
from django.db.backends.sqlite3.base import Database as django_sqlite3 # type: ignore[import-type]
|
||||||
from django.core.checks import Error, Tags
|
|
||||||
from pydantic_pkgr import BinProvider, PipProvider, BinName, BinProviderName, ProviderLookupDict, SemVer
|
from pydantic_pkgr import BinProvider, PipProvider, BinName, BinProviderName, ProviderLookupDict, SemVer
|
||||||
|
|
||||||
from archivebox.config import CONSTANTS, VERSION
|
from archivebox.config import CONSTANTS, VERSION
|
||||||
|
|
2
archivebox/vendor/pydantic-pkgr
vendored
2
archivebox/vendor/pydantic-pkgr
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 8177447eb0d1bc93a886db1386cdfbee25343162
|
Subproject commit 9d33c8c75ebfc7ea99e29fcc8126d081a8026cda
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "archivebox"
|
name = "archivebox"
|
||||||
version = "0.8.5rc33"
|
version = "0.8.5rc34"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
description = "Self-hosted internet archiving solution."
|
description = "Self-hosted internet archiving solution."
|
||||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||||
|
@ -78,7 +78,7 @@ dependencies = [
|
||||||
"django-taggit==1.3.0",
|
"django-taggit==1.3.0",
|
||||||
"base32-crockford==0.3.0",
|
"base32-crockford==0.3.0",
|
||||||
# "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
# "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
||||||
"pydantic-pkgr>=0.4.23",
|
"pydantic-pkgr>=0.4.24",
|
||||||
############# Plugin Dependencies ################
|
############# Plugin Dependencies ################
|
||||||
"sonic-client>=1.0.0",
|
"sonic-client>=1.0.0",
|
||||||
"yt-dlp>=2024.8.6", # for: media"
|
"yt-dlp>=2024.8.6", # for: media"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue