mirror of
https://github.com/run-llama/llamaindex.net.git
synced 2026-07-01 20:36:58 -04:00
[PR #9] [MERGED] Fix dependency issues #8
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?
📋 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:
main← Head:vulns📝 Commits (2)
4e6625efix: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability8097768fix: "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.