Skip to content

Commit e4054fd

Browse files
authored
Merge pull request #11 from pipecat-ai/mb/dotenv-dep
Relax the python-dotenv dep
2 parents be5018e + a185278 commit e4054fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = []
1010
dev = [
1111
"pre-commit~=4.2.0",
1212
"ruff~=0.12.1",
13-
"python-dotenv~=1.1.1",
13+
"python-dotenv>=1.0.1,<2.0.0",
1414
]
1515

1616
[tool.ruff]

0 commit comments

Comments
 (0)