Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ jobs:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Free up disk space
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo rm -rf /usr/share/locale/*
sudo rm -rf /usr/share/i18n/*
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ indent-after-paren=4
indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
max-line-length=110

# Maximum number of lines in a module.
max-module-lines=1200
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MSTIC Jupyter and Python Security Tools

![GitHub Actions build](https://github.com/microsoft/msticpy/actions/workflows/python-package.yml/badge.svg)
![GitHub Actions build](https://github.com/microsoft/msticpy/actions/workflows/python-package.yml/badge.svg?branch=main)
[![Azure Pipelines build](https://dev.azure.com/mstic-detections/mstic-jupyter/_apis/build/status/microsoft.msticpy?branchName=main)](https://dev.azure.com/mstic-detections/mstic-jupyter/_build/latest?definitionId=14&branchName=main)
[![Downloads](https://pepy.tech/badge/msticpy)](https://pepy.tech/project/msticpy)
[![BlackHat Arsenal 2020](https://raw.githubusercontent.com/toolswatch/badges/master/arsenal/usa/2020.svg)](https://www.blackhat.com/us-20/arsenal/schedule/#msticpy-the-security-analysis-swiss-army-knife-19872)
Expand Down
3 changes: 1 addition & 2 deletions conda/conda-reqs-pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
azure-mgmt-resourcegraph>=8.0.0
azure-monitor-query>=1.0.0, <=2.0.0
# KqlmagicCustom[jupyter-basic,auth_code_clipboard]>=0.1.114.post22
mo-sql-parsing>=8, <9.0.0
mo-sql-parsing>=11, <12.0.0
nest_asyncio>=1.4.0
passivetotal>=2.5.3
sumologic-sdk>=0.1.11
splunk-sdk>=1.6.0,!=2.0.0
packaging>=24.0
requests>=2.31.0
autogen-agentchat[retrievechat]~=0.2.0
importlib-resources >= 6.4.0; python_version <= "3.8"
rrcf==0.4.4
joblib>=1.3.0
2 changes: 1 addition & 1 deletion msticpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version file."""

VERSION = "2.17.2"
VERSION = "2.18.0"
6 changes: 0 additions & 6 deletions msticpy/aiagents/__init__.py

This file was deleted.

121 changes: 0 additions & 121 deletions msticpy/aiagents/config_utils.py

This file was deleted.

71 changes: 0 additions & 71 deletions msticpy/aiagents/mp_docs_rag_magic.py

This file was deleted.

Loading