1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 22:00:49 +02:00

bump pydantic pkgr to 0.3.5

This commit is contained in:
Nick Sweeting
2024-09-22 15:40:56 -07:00
parent f8c6ff88ad
commit a2d827afd6
4 changed files with 14 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ dependencies = [
############# VENDORED LIBS ######################
# these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
# archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
"pydantic-pkgr>=0.3.4",
"pydantic-pkgr>=0.3.5",
"atomicwrites==1.4.1",
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",