Find answers from the community

Updated 2 months ago

Is there a version of llama-index that

Is there a version of llama-index that doesnt require SQLAlchemy>=2.0.15 ?? for a conflictual reason, i have to use 1.4.41 ( max )
L
S
12 comments
tbh it's probably easier to fix whatever code you have that relies on 1.4.41
it actually doesnt depend on me, i use reflex which havent updated yet to support newer versions of sqlmodel so they're still at sqlmodel 0.0.8 which max is 1.4.41 for sqlalchemy
but llama index code wont break with v1.4.41 so i just ignored dependencies
hi @Logan M i just had a question, ive read on a PR on the 0.8.44, its specified SQLAlchemy >1.4 support but minimum is 1.4.49 in the required version, since i have to use 1.4.41, is there a way to allow 1.4.41 ?
I thought you ignored the dependencies?
yep i did, but actually it ignores so many other deps, but like my question is like why is 1.4.49 the required where the PR specifies 1.4 is that like a mistake ?
i dont think so but maybe there is a way to ignore only sqlalchemy dependency ?
since the others are useful
Attachment
image.png
I really don't know, I didn't write the PR 🫠

You could make another PR to lower the dependency. Or just fork the repo and keep that change for yourself. Not a huge deal to work around πŸ‘
Add a reply
Sign up and join the conversation on Discord