Skip to content

Commit 93ac868

Browse files
Update python-dotenv requirement in /samples/durable-task-sdks/python (#302)
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ebaf6d commit 93ac868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uvicorn>=0.27.0
1717
httpx>=0.26.0
1818

1919
# Environment variables
20-
python-dotenv>=1.0.0
20+
python-dotenv>=1.2.2
2121

2222
# Rich console output (optional, for CLI)
2323
rich>=15.0.0

0 commit comments

Comments
 (0)