Skip to content

Commit 995a3eb

Browse files
committed
Update version to include row_from_mapping changes realeased with 0.27.0
googleapis/google-cloud-python#3874
1 parent bc5ad4a commit 995a3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kettle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
3030
python3-pip \
3131
&& rm -rf /var/lib/apt/lists/*
3232

33-
RUN pip3 install requests google-cloud-pubsub==0.25.0 google-cloud-bigquery==0.24.0 influxdb ruamel.yaml==0.16
33+
RUN pip3 install requests google-cloud-pubsub==0.25.0 google-cloud-bigquery==0.27.0 influxdb ruamel.yaml==0.16
3434

3535
RUN curl -fsSL https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2 | tar xj -C opt && \
3636
ln -s /opt/pypy*/bin/pypy /usr/bin

0 commit comments

Comments
 (0)