Skip to content

Commit

Permalink
BUmp asyncpg
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Nov 6, 2024
1 parent 3da289d commit b13f239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

- Test against PostGRES 16 (instead of 14).

- Test against Python 3.13 (bumped asyncpg to `0.30.*`).


## 0.18.0 (2024-10-21)
----------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ auth = ["pyjwt==2.9.*", "cryptography==43.0.*"] # pyjwt[crypto]
amqp = ["pika==1.3.*"]
celery = ["celery==5.4.*"]
fluentbit = ["fluent-logger"]
sql = ["sqlalchemy==2.0.*", "asyncpg==0.29.*"]
sql = ["sqlalchemy==2.0.*", "asyncpg==0.30.*"]
sql-sync = ["sqlalchemy==2.0.*"] # also requires psycopg2 or psycopg2-binary
# help the resolver a bit by copying version pins from aioboto3 / aiobotocore
s3 = ["aioboto3==13.1.*", "aiobotocore==2.13.1", "boto3==1.34.131", "types-aioboto3[s3]"]
Expand Down

0 comments on commit b13f239

Please sign in to comment.