cognee/cognee
hajdul88 c2c64a417c
fix: fixes ontology api endpoint tests + poetry lock(#1824)
<!-- .github/pull_request_template.md -->

## Description

This PR fixes the failing CI tests related to the new ontology api
endpoint.


<!--
Please provide a clear, human-generated description of the changes in
this PR.
DO NOT use AI-generated descriptions. We want to understand your thought
process and reasoning.
-->

## Type of Change
<!-- Please check the relevant option -->
- [x] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Screenshots/Videos (if applicable)
<!-- Add screenshots or videos to help explain your changes -->

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [x] **I have tested my changes thoroughly before submitting this PR**
- [x] **This PR contains minimal changes necessary to address the
issue/feature**
- [x] My code follows the project's coding standards and style
guidelines
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] I have added necessary documentation (if applicable)
- [x] All new and existing tests pass
- [x] I have searched existing PRs to ensure this change hasn't been
submitted already
- [x] I have linked any relevant issues in the description
- [x] My commits have clear and descriptive messages

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-11-24 17:44:51 +01:00
..
api Merge branch 'dev' into feature/ontology-param-rest 2025-11-17 09:40:37 +01:00
cli feat: csv ingestion loader & chunk 2025-10-22 16:56:46 +08:00
eval_framework refactor: Add proper pip install command for optional extras 2025-09-25 13:55:01 +02:00
exceptions Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
infrastructure feat: csv ingestion & chunking (#1574) 2025-11-22 14:48:27 -08:00
memify_pipelines Fix: fixes session history test for multiuser mode (#1746) 2025-11-06 14:13:55 +01:00
modules feat: make notebook cognee usage identical across uis (#1747) 2025-11-22 14:50:01 -08:00
shared feat: fs-cache (#1645) 2025-11-12 15:34:30 +01:00
tasks Merge branch 'dev' into feat/csv-ingestion 2025-11-14 14:46:11 +08:00
tests fix: fixes ontology api endpoint tests + poetry lock(#1824) 2025-11-24 17:44:51 +01:00
__init__.py feat: Add initial custom pipeline (#1716) 2025-11-04 17:58:34 +01:00
__main__.py
base_config.py Merge branch 'dev' into fix_issue_with_base_config 2025-10-29 11:42:25 +01:00
context_global_variables.py feat: enable multi user for falkor (#1689) 2025-11-11 17:03:48 +01:00
get_token.py
low_level.py
pipelines.py
root_dir.py fix: Add S3 URL handling in ensure_absolute_path function (#1438) 2025-09-18 11:47:34 +02:00
version.py