Skip to content

Commit 9861610

Browse files
chore(deps): update python demos (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ce6d89 commit 9861610

File tree

5 files changed

+5
-31
lines changed

5 files changed

+5
-31
lines changed

amp_demos/python/.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
python = "3.13.7"
2+
python = "3.14.0"
33
uv = "latest"

amp_demos/python/flask/.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
python = "3.13.7"
2+
python = "3.14.0"
33

44
[tasks.install]
55
description = "Install dependencies with uv"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

amp_demos/python/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python-flask-demo"
33
version = "0.1.0"
44
description = "An application to demo using Amp with Python and Flask"
55
readme = "README.md"
6-
requires-python = ">=3.13.7"
6+
requires-python = ">=3.14.0"
77
dependencies = ["flask>=3.1.2,<3.2", "python-dotenv>=1.1.1,<1.2"]
88

99
[project.optional-dependencies]

amp_demos/python/flask/uv.lock

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)