Skip to content

Commit a879b1a

Browse files
authored
Release ai-toolkit integrations (memgraph#110)
1 parent 5d5e151 commit a879b1a

File tree

11 files changed

+203
-1572
lines changed

11 files changed

+203
-1572
lines changed

agents/sql2graph/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
[project]
22
name = "agents"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Database migration agent from MySQL to Memgraph using LangGraph"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"langgraph>=0.2.0",
9-
"langchain>=0.3.0",
9+
"langchain>=1.0.0",
1010
"langchain-openai>=0.2.0",
1111
"langchain-anthropic>=0.3.0",
1212
"langchain-google-genai>=2.0.0",
13-
"langchain-core>=0.3.0",
13+
"langchain-core>=1.0.0",
1414
"mysql-connector-python>=9.0.0",
1515
"psycopg2-binary>=2.9",
1616
"neo4j>=5.0.0",
1717
"openai>=1.0.0",
1818
"anthropic>=0.40.0",
19-
"google-generativeai>=0.8.0",
2019
"python-dotenv>=1.0.0",
2120
"pydantic>=2.0.0",
2221
"sqlalchemy>=2.0.0",

agents/sql2graph/uv.lock

Lines changed: 49 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/langchain-memgraph/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langchain-memgraph"
3-
version = "0.1.9"
3+
version = "0.1.11"
44
description = "An integration package connecting Memgraph and LangChain"
55
authors = [{ name = "Ante Javor", email = "ante.javor@memgraph.com" }]
66
readme = "README.md"
@@ -18,7 +18,7 @@ dependencies = [
1818
"langchain-core>=1.0.0",
1919
"langchain-classic>=1.0.0",
2020
"neo4j>=5.28.1",
21-
"memgraph-toolbox>=0.1.6",
21+
"memgraph-toolbox>=0.1.7",
2222
"langchain>=1.0.0",
2323
]
2424

@@ -32,8 +32,8 @@ test = [
3232
"pytest-watcher>=0.3.4",
3333
"langchain-tests>=0.3.0",
3434
"langchain-experimental>=0.3.0",
35-
"langchain-core>=1.0.0",
36-
"langchain-openai>=0.2.0",
35+
"langchain-core>=1.1.0",
36+
"langchain-openai>=1.1.0",
3737
]
3838

3939

integrations/langchain-memgraph/uv.lock

Lines changed: 14 additions & 641 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/lightrag-memgraph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lightrag-memgraph"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "LightRAG integration with Memgraph"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"lightrag-hku[api]==1.4.8.2",
26-
"memgraph-toolbox>=0.1.6",
26+
"memgraph-toolbox>=0.1.7",
2727
"numpy>=1.21.0",
2828
]
2929

integrations/mcp-memgraph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-memgraph"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "MCP integration and utilities for Memgraph MCP server"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -24,7 +24,7 @@ dependencies = [
2424
"httpx>=0.28.1",
2525
"mcp[cli]>=1.9.3",
2626
"neo4j>=5.28.1",
27-
"memgraph-toolbox>=0.1.6",
27+
"memgraph-toolbox>=0.1.7",
2828
"pytest>=8.3.5",
2929
"fastmcp>=2.13.0.2",
3030
]

integrations/mcp-memgraph/uv.lock

Lines changed: 6 additions & 624 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

memgraph-toolbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memgraph-toolbox"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Memgraph toolbox library for Memgraph AI tools and utilities"
55
readme = "README.md"
66
authors = [

memgraph-toolbox/uv.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memgraph-ai"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Memgraph AI Toolkit"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)