Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 003462c

Browse files
jdrakens-circle-ci
andauthored
Upgrade asyncpg to 0.24 (#7)
* Upgrade asyncpg to 0.24 * Version bumped to 0.8.0 Co-authored-by: ns-circle-ci <[email protected]>
1 parent f9ca104 commit 003462c

File tree

3 files changed

+32
-23
lines changed

3 files changed

+32
-23
lines changed

poetry.lock

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

pynocular/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Lightweight ORM that lets you query your database using Pydantic models and asyncio"""
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.8.0"
44

55
from pynocular.engines import DatabaseType, DBInfo

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pynocular"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Lightweight ORM that lets you query your database using Pydantic models and asyncio"
55
authors = [
66
"RJ Santana <[email protected]>",
@@ -17,8 +17,8 @@ python = "^3.6.5"
1717
aenum = "^3.1.0"
1818
aiocontextvars = "^0.2.2"
1919
aiopg = "^0.16.0"
20-
asyncpg = "^0.15.0"
21-
asyncpgsa = "^0.23.0"
20+
asyncpg = "^0.24.0"
21+
asyncpgsa = "^0.25.0"
2222
backoff = "^1.10.0"
2323
pydantic = "^1.6"
2424
SQLAlchemy = ">=1.3.19<1.4"

0 commit comments

Comments
 (0)