MemeCrafters/meme-generator

Updating dependency version request

Closed this issue · 1 comments

I'm using both nonebot-plugin-memes and nonebot-plugin-spark-gpt. The problem is that nonebot-plugin-memes depends on meme-generator = ">=0.0.7,<0.1.0" and meme-generator depends on python-multipart ^0.0.5 which conflicts with the ^0.0.6 constraint of nonebot-plugin-spark-gpt. Is it possible to upgrade the dependency version or relax version restrictions so that I can use those two plugins altogether.

ERROR: Cannot install -r ./requirements.txt (line 5), meme-generator==0.0.13 and nonebot-plugin-memes because these package versions have conflicting dependencies.

The conflict is caused by:
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.13 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.12 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.11 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.10 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.9 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.8 depends on python-multipart<0.0.6 and >=0.0.5
    nonebot-plugin-spark-gpt 1.1.3 depends on python-multipart<0.0.7 and >=0.0.6
    meme-generator 0.0.7 depends on python-multipart<0.0.6 and >=0.0.5
MeetWq commented

resolved in v0.0.14