-
Notifications
You must be signed in to change notification settings - Fork 107
Staging -> Main #404
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
Staging -> Main #404
Changes from all commits
eec07fc
fa32d39
a5a64d9
3fa6ec7
eef0516
10dd770
9cc7716
5fe172d
8d0e9a7
acd6404
10bf718
6121d9c
139de84
90cb888
f9e5757
5e22559
2f77b13
51c7bc9
4be6a83
57ae606
40ad71b
e0429cd
af112f5
480a225
b9e31c2
769e68b
0660bfd
e535a1c
0f5b4d8
8f8bff9
c4feef6
c34d659
79ea6df
74d3e45
35eb745
845b061
568234d
6072544
7223e31
6b73de5
65b9098
d115289
23bdae8
2f7a2a0
f3174ff
ea5b7c7
0e0b2cc
9d2aba3
4a7dbf6
ba5c158
3470757
13c1ce0
053a480
cc3772c
d5c70a2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,16 +4,16 @@ verify_ssl = true | |
| name = "pypi" | ||
|
|
||
| [packages] | ||
| fastapi = "~=0.124.0" | ||
| fastapi = "~=0.131.0" | ||
| uvicorn = "~=0.40.0" | ||
| litellm = "~=1.80.9" | ||
| falkordb = "~=1.2.2" | ||
| falkordb = "~=1.6.0" | ||
| psycopg2-binary = "~=2.9.11" | ||
| pymysql = "~=1.1.0" | ||
| authlib = "~=1.6.4" | ||
| itsdangerous = "~=2.2.0" | ||
| jsonschema = "~=4.26.0" | ||
| tqdm = "~=4.67.1" | ||
| tqdm = "~=4.67.3" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Regenerate and commit The library context indicates that tqdm 4.67.3 is a valid release (published Feb 3, 2026) and is marked as the latest stable release, fixing py3.7 dependencies. The version specifier itself is correct; the gap is the missing lock file update. 🔧 Steps to resolve# Run in the `src/maintainers/` directory
pipenv lock
# Then commit the updated Pipfile.lock🤖 Prompt for AI Agents |
||
| python-multipart = "~=0.0.10" | ||
| jinja2 = "~=3.1.4" | ||
| graphiti-core = {ref = "staging", git = "git+https://github.com/FalkorDB/graphiti.git"} | ||
|
|
||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium