From 72b3c859061174a1c73652064335c245e440991d Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Mon, 3 Mar 2025 10:29:04 +0200 Subject: [PATCH 1/4] fix requierment --- requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b79fdfc..63096fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,14 +16,14 @@ certifi==2024.12.14 ; python_version >= "3.10" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4.0" click==8.1.8 ; python_version >= "3.10" and python_version < "4.0" -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" +colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") comm==0.2.2 ; python_version >= "3.10" and python_version < "4.0" ct3==3.4.0 ; python_version >= "3.10" and python_version < "4.0" debugpy==1.8.12 ; python_version >= "3.10" and python_version < "4.0" decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0" distro==1.9.0 ; python_version >= "3.10" and python_version < "4.0" docstring-to-markdown==0.15 ; python_version >= "3.10" and python_version < "4.0" -exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" +exceptiongroup==1.2.2 ; python_version == "3.10" executing==2.2.0 ; python_version >= "3.10" and python_version < "4.0" falkordb==1.0.10 ; python_version >= "3.10" and python_version < "4.0" 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" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0" multidict==6.1.0 ; python_version >= "3.10" and python_version < "4.0" -multilspy @ git+https://github.com/AviAvni/multilspy.git@77249c40e62be7fdb7afc62b3985dff686b6c7c3 ; python_version >= "3.10" and python_version < "4.0" +multilspy @ git+https://github.com/AviAvni/multilspy.git@5206eeb675a3a07971b829a400024e4846dc0856 ; python_version >= "3.10" and python_version < "4.0" nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0" ollama==0.2.1 ; python_version >= "3.10" and python_version < "4.0" openai==1.60.2 ; python_version >= "3.10" and python_version < "4.0" packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" parso==0.8.4 ; python_version >= "3.10" and python_version < "4.0" -pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten") +pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten" platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0" prompt-toolkit==3.0.50 ; python_version >= "3.10" and python_version < "4.0" propcache==0.2.1 ; python_version >= "3.10" and python_version < "4.0" psutil==6.1.1 ; python_version >= "3.10" and python_version < "4.0" -ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten") +ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten" pure-eval==0.2.3 ; python_version >= "3.10" and python_version < "4.0" pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" 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" stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0" tiktoken==0.8.0 ; python_version >= "3.10" and python_version < "4.0" tokenizers==0.21.0 ; python_version >= "3.10" and python_version < "4.0" +toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0" tornado==6.4.2 ; python_version >= "3.10" and python_version < "4.0" tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0" traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0" From 3254a27df4bdf3265aa596741f1bbddbc0104f33 Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Mon, 3 Mar 2025 10:29:29 +0200 Subject: [PATCH 2/4] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b09915c..b5ff2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "code-graph-backend" -version = "0.4.0" +version = "0.5.0" 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 "] readme = "README.md" From 84b1275f0a1fb380eeb613845b7d51dc7f96a83a Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Mon, 3 Mar 2025 10:39:17 +0200 Subject: [PATCH 3/4] change version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5ff2df..cc2bd29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "code-graph-backend" -version = "0.5.0" +version = "0.4.1" 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 "] readme = "README.md" From 4780eefcfc50f5f7df290d27910dd12e09d0ad33 Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Mon, 3 Mar 2025 10:53:18 +0200 Subject: [PATCH 4/4] fix --- poetry.lock | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index dab6bc6..a97d25a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1673,7 +1673,7 @@ requests = "2.32.3" type = "git" url = "https://github.com/AviAvni/multilspy.git" reference = "python-init-params" -resolved_reference = "5206eeb675a3a07971b829a400024e4846dc0856" +resolved_reference = "1840bb9587d3d8b2fd5c50be4e75f011dab4c0f8" [[package]] name = "nest-asyncio" diff --git a/requirements.txt b/requirements.txt index 63096fd..385f327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ lsprotocol==2023.0.1 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0" multidict==6.1.0 ; python_version >= "3.10" and python_version < "4.0" -multilspy @ git+https://github.com/AviAvni/multilspy.git@5206eeb675a3a07971b829a400024e4846dc0856 ; python_version >= "3.10" and python_version < "4.0" +multilspy @ git+https://github.com/AviAvni/multilspy.git@1840bb9587d3d8b2fd5c50be4e75f011dab4c0f8 ; python_version >= "3.10" and python_version < "4.0" nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0" ollama==0.2.1 ; python_version >= "3.10" and python_version < "4.0" openai==1.60.2 ; python_version >= "3.10" and python_version < "4.0"