TheHive4py icon indicating copy to clipboard operation
TheHive4py copied to clipboard

Python API Client for TheHive

Results 83 TheHive4py issues
Sort by recently updated
recently updated
newest added

[PEP-655](https://typing.readthedocs.io/en/latest/spec/typeddict.html#required-notrequired) introduced the `Required` and `NotRequired` type hints for `TypedDicts`, this can be used as a simplification in the `*Required` type hints like. Example: ```python class InputAlertRequired(TypedDict): title: str description:...

2.x
category:maintenance

Official docs of TypedDict.ReadOnly: https://docs.python.org/3.13/library/typing.html#typing.ReadOnly It might make sense to add it to `*Output` types and for properties like: - `_id` - `_createdAt` - `_createdBy` - `_updatedAt` - `_updatedBy` -...

category:enhancement
2.x

Release todos: - [x] bump version to `2.0.0b12` - [x] generate release notes and paste them in `docs/release-notes.md` and apply the linkification script - [x] tag main with `2.0.0b12` -...

2.x

2.x
category:maintenance

2.x
category:maintenance

2.x
category:maintenance