Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valeksiev committed Dec 4, 2024
1 parent e1f7acd commit 3458525
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 67 deletions.
92 changes: 42 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11"
langchain = "^0.3.7"
langchain-core= "^0.3.19"
langchain-community = ">=0.0.8"
python-dotenv = "^1.0.0"
faiss-cpu = "^1.7.4"
openai = "^1.3.8"
load-dotenv = "^0.1.0"
beautifulsoup4 = "^4.12.2"
async-timeout = "^4.0.3"
aio-pika = "^9.3.1"
aiormq = "^6.7.7"
tiktoken = "^0.8.0"
langchain-openai = "^0.2.9"
gitpython = "^3.1.43"
langchain-mistralai = "^0.2.1"
azure-ai-inference = "^1.0.0b6"
langchain = "0.3.9"
langchain-core = "0.3.21"
langchain-community = "0.3.9"
python-dotenv = "1.0.0"
faiss-cpu = "1.7.4"
openai = "1.56.1"
load-dotenv = "0.1.0"
beautifulsoup4 = "4.12.2"
async-timeout = "4.0.3"
aio-pika = "9.3.1"
aiormq = "6.7.7"
tiktoken = "0.8.0"
langchain-openai = "0.2.9"
langchain-mistralai = "0.2.1"
gitpython = "3.1.43"
azure-ai-inference = "1.0.0b6"
alkemio-virtual-contributor-engine = {git = "https://[email protected]/alkem-io/virtual-contributor-engine.git", rev = "v0.0.1"}


[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
flake8 = "6.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 3458525

Please sign in to comment.