graphrag
graphrag copied to clipboard
[Issue]: <title> version solving failed with pymilvus 2.4.8
Do you need to file an issue?
- [x] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
- [ ] I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
Describe the issue
got "version solving failed" error when "poetry add pymilvus"
Because no versions of pymilvus match >2.4.8,<3.0.0 and pymilvus (2.4.8) depends on environs (<=9.5.0), pymilvus (>=2.4.8,<3.0.0) requires environs (<=9.5.0). And because graphrag (0.3.6) depends on environs (>=11.0.0,<12.0.0) and no versions of graphrag match >0.3.6,<0.4.0, pymilvus (>=2.4.8,<3.0.0) is incompatible with graphrag (>=0.3.6,<0.4.0). So, because askgpt depends on both graphrag (^0.3.6) and pymilvus (^2.4.8), version solving failed.
Steps to reproduce
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
- GraphRAG Version:
- Operating System:
- Python Version:
- Related Issues: