Skip to content

Commit e237728

Browse files
fix(deps): update dependency python-dotenv to >=1.2.1,<1.3
1 parent 45939a2 commit e237728

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

amp_demos/python/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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]
1010
dev = ["pytest>=8.4.2", "pytest-flask>=1.3.0", "black>=25.9.0", "flake8>=7.3.0"]

amp_demos/python/flask/uv.lock

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

0 commit comments

Comments
 (0)