Skip to content

Commit

Permalink
Updated dplib-py
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 19, 2024
1 parent 936f0ef commit cacfb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckanext/datapackage/blueprint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from ckan.plugins import toolkit
from dplib.models import Model
from dplib.plugins.ckan.models import CkanPackage
from flask import Blueprint, jsonify

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"dplib-py[sql]==0.7.2",
"dplib-py[sql]==0.7.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit cacfb6a

Please sign in to comment.