Skip to content

Commit

Permalink
fix langchain-ollama version
Browse files Browse the repository at this point in the history
  • Loading branch information
lurenss committed Oct 15, 2024
1 parent 8cd5ff1 commit b33ed4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scrapontology"
version = "1.0.0"
version = "0.1.0"
description = "Library for extracting schemas and building ontologies from documents using LLM"
authors = [
{ name = "Lorenzo Padoan", email = "[email protected]" },
Expand All @@ -25,7 +25,7 @@ dependencies = [
"langchain-anthropic>=0.2.3",
"langchain-google-vertexai>=2.0.5",
"langchain-google-genai>=2.0.1",
"langchain-ollama>=0.3.3"
"langchain-ollama>=0.2.0"
]

license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ httpx==0.27.2
# via anthropic
# via langchain-google-vertexai
# via langsmith
# via ollama
# via openai
httpx-sse==0.4.0
# via langchain-google-vertexai
Expand Down Expand Up @@ -153,6 +154,7 @@ langchain-core==0.3.10
# via langchain-anthropic
# via langchain-google-genai
# via langchain-google-vertexai
# via langchain-ollama
# via langchain-openai
# via langchain-text-splitters
# via langgraph
Expand All @@ -162,6 +164,8 @@ langchain-google-genai==2.0.1
# via scrapontology
langchain-google-vertexai==2.0.5
# via scrapontology
langchain-ollama==0.2.0
# via scrapontology
langchain-openai==0.2.2
# via scrapontology
langchain-text-splitters==0.3.0
Expand All @@ -183,6 +187,8 @@ neo4j==5.25.0
numpy==1.26.4
# via langchain
# via shapely
ollama==0.3.3
# via langchain-ollama
openai==1.51.2
# via langchain-openai
orjson==3.10.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ langchain_openai>=0.2.2
langchain-anthropic>=0.2.3
langchain-google-vertexai>=2.0.5
langchain-google-genai>=2.0.1
langchain-ollama>=0.3.3
langchain-ollama>=0.2.0

0 comments on commit b33ed4f

Please sign in to comment.