Skip to content

Commit 31dd123

Browse files
authored
Update Dockerfile (#105)
1 parent 8ebcf78 commit 31dd123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/mcp-neo4j-cypher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir hatchling
99
COPY pyproject.toml /app/
1010

1111
# Install dependencies
12-
RUN pip install --no-cache-dir neo4j>=5.26.0 fastmcp>=2.0.0
12+
RUN pip install --no-cache-dir neo4j>=5.26.0 fastmcp>=2.10.5
1313

1414

1515
# Copy the source code

0 commit comments

Comments
 (0)