[PR #138] [MERGED] Adding Dockerfile, update Dependencies for Python 3.14 #175

Closed
opened 2026-05-06 12:38:00 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/138
Author: @madduci
Created: 1/31/2025
Status: Merged
Merged: 1/15/2026
Merged by: @patrickchugh

Base: mainHead: update


📝 Commits (6)

  • d678fc6 Updating requirements, adding docker build
  • 723b160 Added documentation for Dockerfile
  • f419939 Upgraded Dev Container to Python 3.14
  • 90eeb31 Upgraded build to Python 3.14
  • e9d0f43 Merge branch 'patrickchugh:main' into update
  • 7dba0af Removed buildspec

📊 Changes

7 files changed (+96 additions, -3 deletions)

View changed files

.devcontainer/devcontainer.json (+25 -0)
.dockerignore (+11 -0)
📝 .github/workflows/lint-and-test.yml (+1 -1)
Dockerfile (+41 -0)
📝 README.md (+16 -0)
📝 clearcache.sh (+1 -1)
📝 pyproject.toml (+1 -1)

📄 Description

Update Dependencies for Python 3.14, added Dockerfile

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/138 **Author:** [@madduci](https://github.com/madduci) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `update` --- ### 📝 Commits (6) - [`d678fc6`](https://github.com/patrickchugh/terravision/commit/d678fc64e80813f11c847eae74fe4925fcd5794f) Updating requirements, adding docker build - [`723b160`](https://github.com/patrickchugh/terravision/commit/723b16027773a9179f463e97c7f0942941eb819b) Added documentation for Dockerfile - [`f419939`](https://github.com/patrickchugh/terravision/commit/f419939fc80b7133512d46bcf0d9f48009a9c223) Upgraded Dev Container to Python 3.14 - [`90eeb31`](https://github.com/patrickchugh/terravision/commit/90eeb31056394800961f5f284de97e6ecd19d166) Upgraded build to Python 3.14 - [`e9d0f43`](https://github.com/patrickchugh/terravision/commit/e9d0f430a2c8732e62b805ad3ea4287d32026032) Merge branch 'patrickchugh:main' into update - [`7dba0af`](https://github.com/patrickchugh/terravision/commit/7dba0af5a99bcfe8e82d1d40c68ba5798a471cd7) Removed buildspec ### 📊 Changes **7 files changed** (+96 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+25 -0) ➕ `.dockerignore` (+11 -0) 📝 `.github/workflows/lint-and-test.yml` (+1 -1) ➕ `Dockerfile` (+41 -0) 📝 `README.md` (+16 -0) 📝 `clearcache.sh` (+1 -1) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description # Update Dependencies for Python 3.14, added Dockerfile ## Type of Change * [ ] Bug Fix * [x] New Feature * [x] Refactor * [ ] Documentation ## Checklist All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [x] Have you written Documentation/Tests? * [x] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [x] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:00 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#175
No description provided.