[PR #351] [CLOSED] Resolved dependency conflicts #712

Closed
opened 2026-02-16 00:18:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/351
Author: @alexfazio
Created: 8/14/2024
Status: Closed

Base: mainHead: update-dependencies


📝 Commits (2)

  • 5bb2ba6 Update dependencies and fix numpy compatibility
  • eefcfa3 Add .idea to .gitignore and remove .idea files from version control

📊 Changes

4 files changed (+718 additions, -620 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 examples/demo_basic.ipynb (+8 -4)
📝 poetry.lock (+707 -614)
📝 pyproject.toml (+2 -1)

📄 Description

Changes made:

  • Raised minimum Python version to 3.9
  • Updated numpy to ^1.25.0
  • Resolved dependency conflicts

Reason for changes:

  • The dependency updates resolve compatibility issues between the project's Python version requirement and numpy's requirements.
  • IDE configuration files have been added, which may improve development experience for users of the same IDE.

Testing:

  • All tests are passing after these changes
  • Note: Tests require LLAMA_CLOUD_API_KEY to be set in the environment

Additional notes:

  • This update requires Python 3.9 or higher. Users with Python 3.8.x will need to upgrade their Python version to use this project.
  • The added .idea files are specific to JetBrains IDEs (like PyCharm). If these files should not be in version control, consider adding them to .gitignore in a future commit.

🔄 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/run-llama/llama_cloud_services/pull/351 **Author:** [@alexfazio](https://github.com/alexfazio) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-dependencies` --- ### 📝 Commits (2) - [`5bb2ba6`](https://github.com/run-llama/llama_cloud_services/commit/5bb2ba68b6ff0bdd6584866f30dc9c9ab2df60a7) Update dependencies and fix numpy compatibility - [`eefcfa3`](https://github.com/run-llama/llama_cloud_services/commit/eefcfa371ffb92249fc925803b92898f7c23713c) Add .idea to .gitignore and remove .idea files from version control ### 📊 Changes **4 files changed** (+718 additions, -620 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `examples/demo_basic.ipynb` (+8 -4) 📝 `poetry.lock` (+707 -614) 📝 `pyproject.toml` (+2 -1) </details> ### 📄 Description Changes made: - Raised minimum Python version to 3.9 - Updated numpy to ^1.25.0 - Resolved dependency conflicts Reason for changes: - The dependency updates resolve compatibility issues between the project's Python version requirement and numpy's requirements. - IDE configuration files have been added, which may improve development experience for users of the same IDE. Testing: - All tests are passing after these changes - Note: Tests require LLAMA_CLOUD_API_KEY to be set in the environment Additional notes: - This update requires Python 3.9 or higher. Users with Python 3.8.x will need to upgrade their Python version to use this project. - The added .idea files are specific to JetBrains IDEs (like PyCharm). If these files should not be in version control, consider adding them to .gitignore in a future commit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:18:53 -05:00
yindo closed this issue 2026-02-16 00:18:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#712