Merge pull request #2372 from pipecat-ai/mb/dotenv-dev

Wider package support for python-dotenv dev dep
This commit is contained in:
Mark Backman
2025-08-06 06:06:01 -07:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ dev = [
"ruff~=0.12.1",
"setuptools~=78.1.1",
"setuptools_scm~=8.3.1",
"python-dotenv~=1.1.1",
"python-dotenv>=1.0.1,<2.0.0",
]
docs = [