Skip to content

Commit 12d017f

Browse files
authored
Upgrade release version to 3.18.3 (#201)
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
1 parent a719e73 commit 12d017f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lexical-graph/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ $ pip install graphrag-lexical-graph
2626
To install a specific version from PyPI:
2727

2828
```
29-
$ pip install graphrag-lexical-graph==3.18.2
29+
$ pip install graphrag-lexical-graph==3.18.3
3030
```
3131

3232
Or install from a release zip file:
3333

3434
```
35-
$ pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/graphrag-lexical-graph/v3.18.2.zip#subdirectory=lexical-graph
35+
$ pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/graphrag-lexical-graph/v3.18.3.zip#subdirectory=lexical-graph
3636
```
3737

3838
If you're running on AWS, you must run your application in an AWS region containing the Amazon Bedrock foundation models used by the lexical graph (see the [configuration](https://github.com/awslabs/graphrag-toolkit/tree/main/docs/lexical-graph/configuration.md#graphragconfig) section in the documentation for details on the default models used), and must [enable access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) to these models before running any part of the solution.

lexical-graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/graphrag_toolkit"]
77

88
[project]
99
name = "graphrag-lexical-graph"
10-
version = "3.18.2"
10+
version = "3.18.3"
1111
description = "AWS GraphRAG Toolkit, lexical graph"
1212
readme = "README.md"
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)