Skip to content

Commit e6f236b

Browse files
committed
chore: update file-keeper
1 parent 87b98a2 commit e6f236b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ckanext-files"
7-
version = "1.1.0a1"
7+
version = "1.1.0a2"
88
description = ""
99
classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",]
1010
keywords = [ "CKAN", "file-management", "cloud", "filesystem"]
1111
requires-python = ">= 3.10"
1212
dependencies = [
13-
"file-keeper>=0.1.0a3, <0.2.0",
13+
"file-keeper>=0.1.0a6, <0.2.0",
1414
"typing_extensions",
1515
"pyyaml",
1616
]

0 commit comments

Comments
 (0)