Skip to content

Commit 772e330

Browse files
author
Sergio García Prado
committed
ISSUE #98
* Fix minor bugs.
1 parent 6715a5a commit 772e330

File tree

5 files changed

+179
-159
lines changed

5 files changed

+179
-159
lines changed

packages/plugins/minos-database-aiopg/minos/plugins/aiopg/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""The aiopg plugin of the Minos Framework."""
2+
3+
__author__ = "Minos Framework Devs"
4+
__email__ = "[email protected]"
5+
__version__ = "0.0.0"
6+
17
from .clients import (
28
AiopgDatabaseClient,
39
)

packages/plugins/minos-database-aiopg/poetry.lock

Lines changed: 50 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/minos-database-aiopg/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ include = [
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.9"
34-
minos-microservice-common = "^0.6.0"
35-
minos-microservice-networks = "^0.6.0"
36-
minos-microservice-aggregate = "^0.6.0"
34+
minos-microservice-common = { version ="^0.7.0*", allow-prereleases = true }
35+
minos-microservice-networks = { version ="^0.7.0*", allow-prereleases = true }
36+
minos-microservice-aggregate = { version ="^0.7.0*", allow-prereleases = true }
3737
aiopg = "^1.2.1"
3838
psycopg2-binary = "^2.9.3"
3939

0 commit comments

Comments
 (0)