core version

This commit is contained in:
Aidan Petti 2025-11-24 23:43:32 -07:00
parent cbc1946346
commit 573a7d7851
6 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ ENV UV_COMPILE_BYTECODE=1 \
WORKDIR /app/mcp
# Accept graphiti-core version as build argument
ARG GRAPHITI_CORE_VERSION=0.24.1
ARG GRAPHITI_CORE_VERSION=0.24.2
# Copy project files for dependency installation
COPY pyproject.toml uv.lock ./

View file

@ -28,7 +28,7 @@ ENV UV_COMPILE_BYTECODE=1 \
WORKDIR /app/mcp
# Accept graphiti-core version as build argument
ARG GRAPHITI_CORE_VERSION=0.24.1
ARG GRAPHITI_CORE_VERSION=0.24.2
# Copy project files for dependency installation
COPY pyproject.toml uv.lock ./

View file

@ -7,7 +7,7 @@ requires-python = ">=3.10,<4"
dependencies = [
"mcp>=1.9.4",
"openai>=1.91.0",
"graphiti-core[falkordb,neptune]>=0.23.1",
"graphiti-core[falkordb,neptune]>=0.24.2",
"pydantic-settings>=2.0.0",
"pyyaml>=6.0",
"typing-extensions>=4.0.0",

2
mcp_server/uv.lock generated
View file

@ -684,7 +684,7 @@ wheels = [
[[package]]
name = "graphiti-core"
version = "0.24.1"
version = "0.24.2"
source = { editable = "../" }
dependencies = [
{ name = "diskcache" },

View file

@ -1,7 +1,7 @@
[project]
name = "graphiti-core"
description = "A temporal graph building library"
version = "0.24.1"
version = "0.24.2"
authors = [
{ name = "Paul Paliychuk", email = "paul@getzep.com" },
{ name = "Preston Rasmussen", email = "preston@getzep.com" },

2
uv.lock generated
View file

@ -808,7 +808,7 @@ wheels = [
[[package]]
name = "graphiti-core"
version = "0.24.1"
version = "0.24.2"
source = { editable = "." }
dependencies = [
{ name = "diskcache" },