mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
fastapi >= 0.111.0 dependency #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arthurbrenno on GitHub (Jul 6, 2024).
I'm having troubles with llama-agents requiring fastapi >= 0.111.0. Currently, the latest fastapi version is 0.111.0, this would harm other systems that want to use llama agents with lower versions of fastapi. Do you use the fastapi cli tool? . I'm not building a library, so I'm just specifying the exact versions of the packages I want. Can I somehow still use llama-agents and a lower version of fastapi?
@logan-markewich commented on GitHub (Jul 6, 2024):
We can definitely lower. I just did
poetry add fastapiwithout thinking about the version too much 😅@logan-markewich commented on GitHub (Jul 9, 2024):
Ok, so due to security issues, the lowest I can go is v0.109
But, should be merged + released with v0.0.7