Skip to content
Draft
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
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6486,7 +6486,7 @@ POSSIBILITY OF SUCH DAMAGE.


pycparser
2.22
2.23
BSD License
pycparser -- A C parser in Python

Expand Down Expand Up @@ -8410,7 +8410,7 @@ POSSIBILITY OF SUCH DAMAGE.


xmltodict
0.15.0
0.14.2
MIT License
Copyright (C) 2012 Martin Blech and individual contributors.

Expand Down
2 changes: 1 addition & 1 deletion connectors/preflight_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def _versions_compatible(self, es_version):
logger.critical(
f"Elasticsearch {es_version} and Connectors {self.version} are incompatible: Elasticsearch minor version is older than Connectors"
)
return False
return True

if es_version_parts[1] > connector_version_parts[1]:
logger.warning(
Expand Down
Loading