Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
llama-index-vector-stores-couchbase==0.5.1
llama-index-llms-openai==0.6.4
llama-index-llms-openai==0.5.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Reverting a dependency is a valid strategy to resolve issues, but it's important to document the reason for the pin to prevent future problems. To improve maintainability, could you add a comment explaining why llama-index-llms-openai must be kept at version 0.5.0? This will provide crucial context for other developers and prevent them from inadvertently re-introducing the issue by upgrading the package.

llama-index-llms-openai==0.5.0  # Pinned to version 0.5.0 due to [REASON FOR PINNING]

llama-index-embeddings-openai==0.5.0
llama-index-readers-file==0.5.4
streamlit==1.50.0
Expand Down