[PR #370] chore: pin dependencies and update LangChain import for compatibility #335

Open
opened 2025-11-06 15:01:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/370
Author: @AshminDhungana
Created: 11/4/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 743e9ff chore: pin dependencies and update LangChain import for compatibility

📊 Changes

2 files changed (+10 additions, -9 deletions)

View changed files

📝 voice_ai_agents/voice_rag_openaisdk/rag_voice.py (+1 -1)
📝 voice_ai_agents/voice_rag_openaisdk/requirements.txt (+9 -8)

📄 Description

What it does

  • Pins all core dependencies in requirements.txt to specific versions to ensure environment stability and prevent future breaking changes.
  • Adds langchain-text-splitters==1.0.0 and updates code to use the compatible import instead of the deprecated langchain.text_splitter.
  • Ensures the app runs consistently across different environments and with the current versions of OpenAI and LangChain libraries.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/370 **Author:** [@AshminDhungana](https://github.com/AshminDhungana) **Created:** 11/4/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`743e9ff`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/743e9ffe8d68009b794395a1b5b36dbc69396601) chore: pin dependencies and update LangChain import for compatibility ### 📊 Changes **2 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `voice_ai_agents/voice_rag_openaisdk/rag_voice.py` (+1 -1) 📝 `voice_ai_agents/voice_rag_openaisdk/requirements.txt` (+9 -8) </details> ### 📄 Description What it does - Pins all core dependencies in `requirements.txt` to specific versions to ensure environment stability and prevent future breaking changes. - Adds `langchain-text-splitters==1.0.0` and updates code to use the compatible import instead of the deprecated `langchain.text_splitter`. - Ensures the app runs consistently across different environments and with the current versions of OpenAI and LangChain libraries. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 15:01:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#335