Skip to content

Commit

Permalink
fix(deps): update python to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 22, 2025
1 parent caa4d5d commit 75168e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readme = "README.md"
packages = [{include = "python"}]

[tool.poetry.dependencies]
python = ">=3.9,<3.12.0"
python = ">=3.13,<3.14"
#google-cloud-aiplatform = "1.52.0"
google-cloud-aiplatform = "1.77.0"
shapely = "<2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion python/base_component_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.10.16-slim
FROM python:3.13.1-slim

RUN pip install --upgrade pip
RUN pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion python/base_component_image/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "ma_components"}]

[tool.poetry.dependencies]
python = ">=3.9,<3.12.0"
python = ">=3.13,<3.14"
pip = "23.3.2"
kfp = "2.4.0"
## Fixing this error: https://stackoverflow.com/questions/76175487/sudden-importerror-cannot-import-name-appengine-from-requests-packages-urlli
Expand Down

0 comments on commit 75168e0

Please sign in to comment.