Skip to content

Commit

Permalink
Adding pydantic to docs/requirements.txt (#698)
Browse files Browse the repository at this point in the history
Updating pydantic version to <3.0.0
Fixing some link and table problems in docs

Co-authored-by: FlorianBracq <[email protected]>
  • Loading branch information
ianhelle and FlorianBracq authored Aug 9, 2023
1 parent 1c6a689 commit 8c129a2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion conda/conda-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ networkx>=2.2
numpy>=1.15.4
pandas>=1.4.0, <3.0.0
panel>=0.14.4
pydantic>=1.8.0, <2.0.0
pydantic>=1.8.0, <3.0.0
pygments>=2.0.0
pyjwt>=2.3.0
python-dateutil>=2.8.1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/ExtendingMsticpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Extension points documentation
:maxdepth: 2

extending/Queries
extending/QueryEditor
extending/QueryFileEditor
extending/PivotFunctions
extending/WritingDataProviders
extending/WritingTIAndContextProviders
Expand Down
2 changes: 1 addition & 1 deletion docs/source/data_acquisition/DataProv-OSQuery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ from the logs.
qry_prov.osquery.processes()
================================== ================ ========================= ===== ========== ========= ====== ======== ======== ===== ==========
name hostIdentifier unixTime ... username cmdline euid tname_ parent uid username
name hostIdentifier unixTime ... username cmdline euid tname\_ parent uid username
================================== ================ ========================= ===== ========== ========= ====== ======== ======== ===== ==========
pack_osquery-custom-pack_processes jumpvm 2023-03-16 03:08:58+00:00 ... LOGIN 0 kthreadd 2 0 root
pack_osquery-custom-pack_processes jumpvm 2023-03-16 03:08:58+00:00 ... LOGIN 0 kthreadd 2 0 root
Expand Down
39 changes: 17 additions & 22 deletions docs/source/data_acquisition/TIProviders.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/source/extending/PivotFunctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Once you have your yaml definition file you can call
`the MSTICPy repo <https://github.com/microsoft/msticpy>`_
if you would like to see this.

.. _creating-deleting-shortcut-pivot-functions:

Creating and deleting shortcut pivot functions
----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/extending/Queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adding Queries to MSTICPy
See :doc:`../data_acquisition/DataProviders` for more details on use
of data queries.

See :doc:`QueryEditor` for more details on the notebook Query Editor.
See :doc:`QueryFileEditor` for more details on the notebook Query Editor.

*MSTICPy* provides a number of
pre-defined queries used by the different query providers. You can also
Expand Down
2 changes: 1 addition & 1 deletion docs/source/extending/QueryFileEditor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ except where noted:
not used by the query system.

For the Kusto driver, you can also specify cluster and database parameters.
See the :doc:`../data_acquisition/DataProv-Kusto-New` section for more details.
See the :doc:`../data_acquisition/DataProv-Kusto` section for more details.

Query-specific metadata
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ openpyxl>=3.0
pandas>=1.4.0, <3.0.0
panel>=0.14.4
passivetotal>=2.5.3
pydantic>=1.8.0, <2.0.0
pydantic>=1.8.0, <3.0.0
pygments>=2.0.0
pyjwt>=2.3.0
python-dateutil>=2.8.1 # pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nest_asyncio>=1.4.0
networkx>=2.2
numpy>=1.15.4 # pandas
pandas>=1.4.0, <3.0.0
pydantic>=1.8.0, <2.0.0
pydantic>=1.8.0, <3.0.0
pygments>=2.0.0
pyjwt>=2.3.0
python-dateutil>=2.8.1 # pandas
Expand Down

0 comments on commit 8c129a2

Please sign in to comment.