stanfordnlp / dspy

DSPy: The framework for programming—not prompting—foundation models
https://dspy-docs.vercel.app/
MIT License
17.36k stars 1.33k forks source link

Inconsistent Weaviate dependency #1198

Closed hsm207 closed 3 months ago

hsm207 commented 3 months ago

On the pyproject.toml file, we have:

weaviate = ["weaviate-client~=4.5.4"]

but in setup.py we have:

"weaviate": ["weaviate-client~=3.26.1"],

Why do we have 2 package managers for this project?

CC @CShorten

arnavsinghvi11 commented 3 months ago

Resolved via #1204 .