-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before You Report a Bug, Please Confirm You Have Done The Following...
- I have updated to the latest version of the packages.
- I have searched for both existing issues and closed issues and found none that matched my issue.
neo4j-graphrag-python's version
1.10.1
Python version
3.12.11
Operating System
Ubuntu 20.04
Dependencies
neo4j-graphrag==1.10.1
nv-ingest-client==25.9.0
uv==0.9.7
Reproducible example
If you have neo4j-graphrag install then running:
uv add nv-ingest-client
fails as neo4j-graphrag depends on an older version of fsspec ("^2024.9.0")
This will be a problem for installing any other library (not just nv-ingest-client) that uses ^2025.x.x versions of fsspec. Can the fsspec dependency be updated if possible, please?Relevant Log Output
No response
Expected Result
Successful installation
What happened instead?
Dependency conflict
Additional Info
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working