Skip to content

Commit 80fe5bc

Browse files
authored
Merge pull request #26 from openworm/development
Pin down langchain...
2 parents 8b4a2c9 + b802742 commit 80fe5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openworm_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the Python module.
2-
__version__ = "0.2.8"
2+
__version__ = "0.2.9"
33

44

55
def print_(msg, print_it=True):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test =
6565

6666
dev =
6767
openworm_ai[test]
68-
langchain
68+
langchain<1.0.0
6969
langchain_openai
7070
llamaapi
7171
langchain_experimental

0 commit comments

Comments
 (0)