Before You Report a Bug, Please Confirm You Have Done The Following...
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
Before You Report a Bug, Please Confirm You Have Done The Following...
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
Relevant Log Output
No response
Expected Result
Successful installation
What happened instead?
Dependency conflict
Additional Info
No response