Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/lightrag-memgraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lightrag-memgraph"
version = "0.2.0"
version = "0.3.0"
description = "LightRAG integration with Memgraph"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions integrations/mcp-memgraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-memgraph"
version = "0.2.0"
version = "0.3.0"
description = "MCP integration and utilities for Memgraph MCP server"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -24,7 +24,7 @@ dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.23.0",
"neo4j>=5.28.1",
"memgraph-toolbox>=0.1.11",
"memgraph-toolbox>=0.2.0",
"fastmcp>=3.2.0",
"pyjwt[crypto]>=2.10.1",
"uvicorn>=0.48",
Expand Down
2 changes: 1 addition & 1 deletion memgraph-toolbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "memgraph-toolbox"
version = "0.1.11"
version = "0.2.0"
description = "Memgraph toolbox library for Memgraph AI tools and utilities"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion memgraph-toolbox/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions unstructured2graph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "unstructured2graph"
version = "0.2.0"
version = "0.3.0"
description = "Convert unstructured documents into knowledge graphs"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -23,7 +23,7 @@ classifiers = [

dependencies = [
"unstructured>=0.18.18",
"lightrag-memgraph>=0.2.0",
"lightrag-memgraph>=0.3.0",
"memgraph-toolbox>=0.1.11",
]
[project.optional-dependencies]
Expand Down
Loading