Skip to content

Commit 7e7d6b5

Browse files
fix(deps): update python demos
1 parent 45939a2 commit 7e7d6b5

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

amp_demos/python/flask/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.1.0"
44
description = "An application to demo using Amp with Python and Flask"
55
readme = "README.md"
66
requires-python = ">=3.14.0"
7-
dependencies = ["flask>=3.1.2,<3.2", "python-dotenv>=1.1.1,<1.2"]
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.11.0", "flake8>=7.3.0"]
1111

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

amp_demos/python/flask/uv.lock

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

0 commit comments

Comments
 (0)