Skip to content

Commit

Permalink
chore(python): upgrades python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf committed Feb 14, 2025
1 parent ce588e3 commit 3c466d3
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 304 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /src
RUN yarn install --frozen-lockfile --ignore-engines --prefer-offline && \
node node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --bail

FROM python:3.9.19-bullseye AS base
FROM python:3.12.3-bullseye AS base
# Add package files, install updated node and pip
WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion cloudsync/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
from googleapiclient.http import MediaFileUpload, MediaIoBaseUpload
from smart_open.s3 import SeekableBufferedInputBase
from smart_open.http import SeekableBufferedInputBase

from odl_video import logging

Expand Down
Loading

0 comments on commit 3c466d3

Please sign in to comment.