You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "code-graph-backend"
3
-
version = "0.4.0"
3
+
version = "0.4.1"
4
4
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."
cffi==1.17.1 ; python_version>="3.10" and python_version < "4.0"
17
17
charset-normalizer==3.4.1 ; python_version>="3.10" and python_version < "4.0"
18
18
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")
20
20
comm==0.2.2 ; python_version>="3.10" and python_version < "4.0"
21
21
ct3==3.4.0 ; python_version>="3.10" and python_version < "4.0"
22
22
debugpy==1.8.12 ; python_version>="3.10" and python_version < "4.0"
23
23
decorator==5.1.1 ; python_version>="3.10" and python_version < "4.0"
24
24
distro==1.9.0 ; python_version>="3.10" and python_version < "4.0"
25
25
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"
27
27
executing==2.2.0 ; python_version>="3.10" and python_version < "4.0"
28
28
falkordb==1.0.10 ; python_version>="3.10" and python_version < "4.0"
29
29
filelock==3.17.0 ; python_version>="3.10" and python_version < "4.0"
0 commit comments