-
Notifications
You must be signed in to change notification settings - Fork 9
Update deps and move to uv (vercel) #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
bead6e5
2ec120e
51c16a7
f872b26
9839abf
8b4f7e0
b4b4f81
5518d6a
7983fff
d36a37b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,29 +1,30 @@ | ||||||||||||
| [tool.poetry] | ||||||||||||
| [project] | ||||||||||||
| name = "code-graph-backend" | ||||||||||||
| version = "0.4.2" | ||||||||||||
| description = "code_graph is designed to help developers visualize and analyze the structure of their source code. It takes source code as input and generates a graph representation, making it easier to understand relationships and dependencies within the codebase." | ||||||||||||
| authors = ["Roi Lipman <roilipman@gmail.com>"] | ||||||||||||
| authors = [{name = "Roi Lipman", email = "roilipman@gmail.com"}] | ||||||||||||
| readme = "README.md" | ||||||||||||
| requires-python = ">=3.12,<3.14" | ||||||||||||
| dependencies = [ | ||||||||||||
| "graphrag-sdk>=0.8.1,<0.9.0", | ||||||||||||
|
||||||||||||
| "graphrag-sdk>=0.8.1,<0.9.0", | |
| "graphrag-sdk>=0.8.1,<0.9.0", | |
| "litellm>=1.0.0,<2.0.0", |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The graphrag-sdk version has been significantly updated from ^0.5.0 to >=0.8.1,<0.9.0, and the 'litellm' extra was removed. This is a notable version jump that could introduce breaking changes or behavioral differences.
| "graphrag-sdk>=0.8.1,<0.9.0", | |
| "graphrag-sdk[litellm]>=0.5.0,<0.6.0", |
This file was deleted.
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium