Skip to content

Commit 0c40e43

Browse files
authored
Merge pull request #82 from FalkorDB/staging
Staging
2 parents 5829481 + f6a05b3 commit 0c40e43

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Diff for: poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "code-graph-backend"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
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."
55
authors = ["Roi Lipman <[email protected]>"]
66
readme = "README.md"

Diff for: requirements.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ certifi==2024.12.14 ; python_version >= "3.10" and python_version < "4.0"
1616
cffi==1.17.1 ; python_version >= "3.10" and python_version < "4.0"
1717
charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4.0"
1818
click==8.1.8 ; python_version >= "3.10" and python_version < "4.0"
19-
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
19+
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
2020
comm==0.2.2 ; python_version >= "3.10" and python_version < "4.0"
2121
ct3==3.4.0 ; python_version >= "3.10" and python_version < "4.0"
2222
debugpy==1.8.12 ; python_version >= "3.10" and python_version < "4.0"
2323
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
2424
distro==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
2525
docstring-to-markdown==0.15 ; python_version >= "3.10" and python_version < "4.0"
26-
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
26+
exceptiongroup==1.2.2 ; python_version == "3.10"
2727
executing==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
2828
falkordb==1.0.10 ; python_version >= "3.10" and python_version < "4.0"
2929
filelock==3.17.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -55,18 +55,18 @@ lsprotocol==2023.0.1 ; python_version >= "3.10" and python_version < "4.0"
5555
markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0"
5656
matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
5757
multidict==6.1.0 ; python_version >= "3.10" and python_version < "4.0"
58-
multilspy @ git+https://github.com/AviAvni/multilspy.git@77249c40e62be7fdb7afc62b3985dff686b6c7c3 ; python_version >= "3.10" and python_version < "4.0"
58+
multilspy @ git+https://github.com/AviAvni/multilspy.git@1840bb9587d3d8b2fd5c50be4e75f011dab4c0f8 ; python_version >= "3.10" and python_version < "4.0"
5959
nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0"
6060
ollama==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
6161
openai==1.60.2 ; python_version >= "3.10" and python_version < "4.0"
6262
packaging==24.2 ; python_version >= "3.10" and python_version < "4.0"
6363
parso==0.8.4 ; python_version >= "3.10" and python_version < "4.0"
64-
pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten")
64+
pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
6565
platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0"
6666
prompt-toolkit==3.0.50 ; python_version >= "3.10" and python_version < "4.0"
6767
propcache==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
6868
psutil==6.1.1 ; python_version >= "3.10" and python_version < "4.0"
69-
ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten")
69+
ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
7070
pure-eval==0.2.3 ; python_version >= "3.10" and python_version < "4.0"
7171
pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0"
7272
pydantic-core==2.27.2 ; python_version >= "3.10" and python_version < "4.0"
@@ -93,6 +93,7 @@ soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0"
9393
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
9494
tiktoken==0.8.0 ; python_version >= "3.10" and python_version < "4.0"
9595
tokenizers==0.21.0 ; python_version >= "3.10" and python_version < "4.0"
96+
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
9697
tornado==6.4.2 ; python_version >= "3.10" and python_version < "4.0"
9798
tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0"
9899
traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)