certtools / intelmq-api

FastAPI-based API for the IntelMQ project
https://docs.intelmq.org/latest/user/api/
1 stars 7 forks source link

setup: set minimum intelmq version to 2.3.0a2 #9

Closed ghost closed 3 years ago

ghost commented 3 years ago

The currently available intelmq version 2.3.0a2 is enough to run intelmq-api. Otherwise, intelmq-api is not installable, as the stable version intelmq 2.3.0 is not yet released.

ghost commented 3 years ago

Actually, couldn't we even go further back to 2.2.3? That the api can be tested with a released version of intelmq

ghost commented 3 years ago

Actually, couldn't we even go further back to 2.2.3? That the api can be tested with a released version of intelmq

If it works, yes. I did not check if the api requires any changes in intelmq made lately.

ghost commented 3 years ago

Actually, couldn't we even go further back to 2.2.3? That the api can be tested with a released version of intelmq

If it works, yes. I did not check if the api requires any changes in intelmq made lately.

Given that the API was originally written with an even earlier version of IntelMQ and IIRC there have not been any modifications as to how the API calls the intelmq binary, that should be fine. I've merged that in eba0769