Closed andresmoschini closed 8 months ago
Hi there, we've loosened the httpx
version requirement in the zep-python
2.0.0
release candidate. Note that at this time 2.0.0
only supports v2
of the Zep API, which is available with the Zep cloud service but not yet Zep Open Source.
Oh, thanks @danielchalef for your answer.
Is there any workaround to do without upgrading to v2?
zep-python
has few dependencies. You could install these manually and then run:
pip install --no-deps zep-python
which will install the package without attempting to install dependencies.
zep-python
dependencies:
httpx = ">=0.24.0,<0.29.0"
pydantic = ">=2.0.0"
Is your feature request related to a problem? Please describe.
I need to use zep-python in combination with weaviate-client and I cannot use the last Weaviate version because weaviate-client requires
httpx==0.27.0
and zep-python requireshttpx<0.25.0
Describe the solution you'd like
I am not sure, but probably httpx does not have breaking changes and you can simply update the dependency configuration.
Describe alternatives you've considered
Right now, I am using an old version of weaviate-client, I do not know if there is another alternative or workaround, Official page is not so helpful in this case.
Additional context
My build output: