feat: Updated to python 3.14 and made sure packages are up to date.

This commit is contained in:
2025-10-08 13:16:49 +01:00
parent b94b90423d
commit 14e51a187b
5 changed files with 210 additions and 217 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
[project]
name = "devin"
version = "0.1.0"
version = "0.3.0"
description = "Devin is your very own AI command centre"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.116.1",
"openmeteo-requests>=1.7.2",