Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ComposioHQ/composio
/ _find_packages
Function
_find_packages
python/scripts/bump.py:54–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
54
def
_find_packages():
55
files = []
56
for
file in chain(CWD.glob(f
"**/{PYPROJECT}"
), CWD.glob(f
"**/{SETUP}"
)):
57
if
_skip(file=file):
58
continue
59
files.append(file)
60
return
files
61
62
63
def
_get_version_update(
Callers
1
bump
Function · 0.85
Calls
2
_skip
Function · 0.85
append
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…