chore: pin dependencies in crewai, crewai-tools, devtools
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Greyson LaLonde
2025-11-30 19:51:20 -05:00
committed by GitHub
parent 2355ec0733
commit 3ce019b07b
6 changed files with 1875 additions and 1758 deletions

View File

@@ -10,12 +10,12 @@ requires-python = ">=3.10, <3.14"
classifiers = ["Private :: Do Not Upload"]
private = true
dependencies = [
"click>=8.3.0",
"toml>=0.10.2",
"openai>=1.0.0",
"python-dotenv>=1.1.1",
"pygithub>=1.59.1",
"rich>=13.9.4",
"click~=8.1.7",
"toml~=0.10.2",
"openai~=1.83.0",
"python-dotenv~=1.1.1",
"pygithub~=1.59.1",
"rich~=13.9.4",
]
[project.scripts]