Skip to content

Commit

Permalink
Update deps (#26)
Browse files Browse the repository at this point in the history
* Update langchain

Signed-off-by: Aivin V. Solatorio <[email protected]>

* Bump version for release 0.0.8

Signed-off-by: Aivin V. Solatorio <[email protected]>

---------

Signed-off-by: Aivin V. Solatorio <[email protected]>
  • Loading branch information
avsolatorio authored Feb 25, 2024
1 parent 4760292 commit cdf583f
Show file tree
Hide file tree
Showing 3 changed files with 2,883 additions and 2,336 deletions.
2 changes: 1 addition & 1 deletion llm4data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Do this before importing any other modules.
dotenv.load_dotenv()

__version__ = "0.0.7"
__version__ = "0.0.8"

indicator2name = dict(
wdi=json.load((Path(__file__).parent / "wdi2name.json").open("r"))
Expand Down
Loading

0 comments on commit cdf583f

Please sign in to comment.