Skip to content

Commit 31b7d5a

Browse files
committed
Remove asyncpg from deps
1 parent 2ea9a3b commit 31b7d5a

File tree

4 files changed

+4
-73
lines changed

4 files changed

+4
-73
lines changed

Diff for: poetry.lock

+1-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: psqlpy_piccolo/__pycache__/engine.cpython-312.pyc

-1 Bytes
Binary file not shown.

Diff for: psqlpy_piccolo/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class PSQLPyEngine(Engine[PostgresTransaction]):
300300
### Params:
301301
- `config`:
302302
The config dictionary is passed to the underlying database adapter,
303-
asyncpg. Common arguments you're likely to need are:
303+
psqlpy. Common arguments you're likely to need are:
304304
305305
* host
306306
* port

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "psqlpy-piccolo"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "PSQLPy-based engine for Piccolo-orm"
55
authors = [
66
"chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>",
@@ -41,9 +41,9 @@ classifiers = [
4141

4242
[tool.poetry.dependencies]
4343
python = "^3.8"
44-
piccolo = { version = "^1.14.0", extras = ["postgres"] }
4544
psqlpy = "^0.7.4"
4645
typing-extensions = "^4.12.2"
46+
piccolo = "^1.14.0"
4747

4848

4949
[tool.poetry.group.lint.dependencies]

0 commit comments

Comments
 (0)