mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Allow minor version patches to python-dotenv (#339)
Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cdb0a9c953
commit
ff76715cd2
@@ -25,7 +25,7 @@ instructor = "^0.5.2"
|
|||||||
regex = "^2023.12.25"
|
regex = "^2023.12.25"
|
||||||
crewai-tools = { version = "^0.1.7", optional = true }
|
crewai-tools = { version = "^0.1.7", optional = true }
|
||||||
click = "^8.1.7"
|
click = "^8.1.7"
|
||||||
python-dotenv = "1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
embedchain = "^0.1.98"
|
embedchain = "^0.1.98"
|
||||||
appdirs = "^1.4.4"
|
appdirs = "^1.4.4"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user