Skip to content

Commit 6dce6f7

Browse files
fix(deps): update python demos
1 parent 9704f21 commit 6dce6f7

File tree

4 files changed

+22
-17
lines changed

4 files changed

+22
-17
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.14.0"
2+
python = "3.14.2"
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.14.0"
2+
python = "3.14.2"
33

44
[tasks.install]
55
description = "Install dependencies with uv"

amp_demos/python/flask/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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.14.0"
7-
dependencies = ["flask>=3.1.2,<3.2", "python-dotenv>=1.1.1,<1.2"]
6+
requires-python = ">=3.14.1"
7+
dependencies = ["flask>=3.1.2,<3.2", "python-dotenv>=1.2.1,<1.3"]
88

99
[project.optional-dependencies]
10-
dev = ["pytest>=8.4.2", "pytest-flask>=1.3.0", "black>=25.9.0", "flake8>=7.3.0"]
10+
dev = ["pytest>=8.4.2", "pytest-flask>=1.3.0", "black>=25.12.0", "flake8>=7.3.0"]
1111

1212
[project.scripts]
1313
dev = "main:main"

amp_demos/python/flask/uv.lock

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)