Skip to content

Commit

Permalink
Updated ADBC Python drivers to 1.1.*, Python docker image to 3.12.4 (#41
Browse files Browse the repository at this point in the history
)

* Updated ADBC Python drivers to 1.1.*

* Updated Docker image Python version to 3.12.4
  • Loading branch information
prmoore77 authored Jul 9, 2024
1 parent ad0f7d9 commit 02d7de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3
FROM python:3.12.4

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3
FROM python:3.12.4

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandas==2.2.*
duckdb==1.0.0
click==8.1.*
pyarrow==16.1.0
adbc-driver-flightsql==1.0.*
adbc-driver-manager==1.0.*
adbc-driver-flightsql==1.1.*
adbc-driver-manager==1.1.*

0 comments on commit 02d7de9

Please sign in to comment.