Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
5bf4ce1
[clientpython] feat(contracts): add new ContractOutputType values for…
Seb-MIGUEL Apr 8, 2026
05c4931
Merge branch 'release/current' of github-filigran:OpenAEV-Platform/cl…
corinnekrych Apr 27, 2026
d2a332c
[client-python] feat(pyoaev): add multi-tenancy (#205)
Megafredo Apr 29, 2026
5214fd2
[client-python] chore(deps): update astral-sh/setup-uv action to v8.1.0
renovate[bot] May 6, 2026
daec5d8
[client-python] chore(deps): update dependency isort to v8
renovate[bot] May 6, 2026
a745981
[client-python] chore(deps): update dependency slack to v5.2.3
renovate[bot] May 6, 2026
35a5d3d
[client-python] chore(deps): update dependency black to v26
renovate[bot] May 6, 2026
eb25c1d
[client-python] chore(deps): update dependency pydantic to >=2.13.3,<…
renovate[bot] May 6, 2026
77bbfb3
[client-python] chore(deps): update dependency pydantic-settings to >…
renovate[bot] May 6, 2026
e160792
[client-python] chore(deps): update dependency wheel to >=0.47.0,<0.48.0
renovate[bot] May 6, 2026
308135c
[client-python] chore(deps): update dependency setuptools to >=82.0.1…
renovate[bot] May 6, 2026
d72ffde
[client-python] chore(deps): update dependency build to >=1.4.4,<1.5.0
renovate[bot] May 6, 2026
611edec
[client-python] chore(deps): update dependency sphinx-autodoc-typehin…
renovate[bot] May 6, 2026
e545213
[client-python] chore(deps): update dependency pre-commit to >=4.6.0,…
renovate[bot] May 6, 2026
1c695e2
Merge branch 'release/current'
antoinemzs May 18, 2026
b9f71b3
[pyoaev] test(utils): fixing utils test (missing tenant id in log)
guzmud May 18, 2026
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 2.1
orbs:
slack: circleci/slack@5.2.0
slack: circleci/slack@5.2.3
jobs:
ensure_formatting:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup uv
uses: astral-sh/setup-uv@v8.0.0
uses: astral-sh/setup-uv@v8.1.0
with:
python-version: "3.12"

Expand Down
45 changes: 45 additions & 0 deletions docs/pyoaev/pyoaev.apis.inject_expectation.model.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
========================================
``pyoaev.apis.inject_expectation.model``
========================================

.. automodule:: pyoaev.apis.inject_expectation.model

.. contents::
:local:

.. currentmodule:: pyoaev.apis.inject_expectation.model


Classes
=======

- :py:class:`DetectionExpectation`:
An expectation that is specific to Detection, i.e. that is used

- :py:class:`ExpectationTypeEnum`:
Types of Expectations

- :py:class:`PreventionExpectation`:
An expectation that is specific to Prevention, i.e. that is used


.. autoclass:: DetectionExpectation
:members:

.. rubric:: Inheritance
.. inheritance-diagram:: DetectionExpectation
:parts: 1

.. autoclass:: ExpectationTypeEnum
:members:

.. rubric:: Inheritance
.. inheritance-diagram:: ExpectationTypeEnum
:parts: 1

.. autoclass:: PreventionExpectation
:members:

.. rubric:: Inheritance
.. inheritance-diagram:: PreventionExpectation
:parts: 1
18 changes: 18 additions & 0 deletions docs/pyoaev/pyoaev.apis.inject_expectation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
==================================
``pyoaev.apis.inject_expectation``
==================================

.. automodule:: pyoaev.apis.inject_expectation

.. contents::
:local:


Submodules
==========

.. toctree::

pyoaev.apis.inject_expectation.model

.. currentmodule:: pyoaev.apis.inject_expectation
Loading
Loading