[PR #9] [MERGED] Fix dependency issues #8

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamaindex.net/pull/9
Author: @adamsitnik
Created: 8/5/2025
Status: Merged
Merged: 9/22/2025
Merged by: @logan-markewich

Base: mainHead: vulns


📝 Commits (2)

  • 4e6625e fix: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability
  • 8097768 fix: "Found conflicts between different versions of "Microsoft.Bcl.AsyncInterfaces" that could not be resolved." problem:

📊 Changes

3 files changed (+3 additions, -4 deletions)

View changed files

📝 samples/Aspire/LlamaParseAspire/LlamaParseAspire.csproj (+0 -1)
📝 src/LlamaIndex.Core/LlamaIndex.Core.csproj (+1 -1)
📝 src/LlamaParse/LlamaParse.csproj (+2 -2)

📄 Description

I am working on a project where I would like to consume LlamaParse from a .NET library. The NuGet package is broken, so I want to build it locally. When doing that I've run into two issues: vulnerable dependencies and package version conflicts. This PR fixes both.


🔄 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/llamaindex.net/pull/9 **Author:** [@adamsitnik](https://github.com/adamsitnik) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `vulns` --- ### 📝 Commits (2) - [`4e6625e`](https://github.com/run-llama/llamaindex.net/commit/4e6625eb2856ca8ccd60de5112c4128b545bab80) fix: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability - [`8097768`](https://github.com/run-llama/llamaindex.net/commit/8097768f6a036fd4c273a9b806693fcec3206aac) fix: "Found conflicts between different versions of "Microsoft.Bcl.AsyncInterfaces" that could not be resolved." problem: ### 📊 Changes **3 files changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `samples/Aspire/LlamaParseAspire/LlamaParseAspire.csproj` (+0 -1) 📝 `src/LlamaIndex.Core/LlamaIndex.Core.csproj` (+1 -1) 📝 `src/LlamaParse/LlamaParse.csproj` (+2 -2) </details> ### 📄 Description I am working on a project where I would like to consume LlamaParse from a .NET library. The NuGet package is broken, so I want to build it locally. When doing that I've run into two issues: vulnerable dependencies and package version conflicts. This PR fixes both. --- <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:20:18 -05:00
yindo closed this issue 2026-02-16 00:20:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamaindex.net#8