mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Update Postgres clients we test (#3359)
Update client libraries and runtimes for Postgres libraries we test.
- `pg8000` works with Neon now 🎉
- `PostgresClientKit` still doesn't support SNI
This commit is contained in:
committed by
GitHub
parent
431e464c1e
commit
4c6b507472
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10
|
||||
FROM python:3.11
|
||||
WORKDIR /source
|
||||
|
||||
COPY . .
|
||||
|
||||
@@ -1 +1 @@
|
||||
asyncpg==0.25.0
|
||||
asyncpg==0.27.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10
|
||||
FROM python:3.11
|
||||
WORKDIR /source
|
||||
|
||||
COPY . .
|
||||
|
||||
@@ -1 +1 @@
|
||||
pg8000==1.29.1
|
||||
pg8000==1.29.4
|
||||
|
||||
Reference in New Issue
Block a user