Skip to content

Commit

Permalink
feat: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Nov 26, 2023
1 parent 4136078 commit 81e3bb7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 95 deletions.
109 changes: 19 additions & 90 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,17 @@ readme = "README.md"
packages = [{include = "llm_pdf_qa_sample_app"}]

[tool.poetry.dependencies]
python = "^3.10"
openai = "^1.2.3"
langchain = "^0.0.334"
chainlit = "^0.7.501"
python = "~3.10"
openai = "^1.3.5"
langchain = "^0.0.340"
chainlit = "^0.7.604"
tiktoken = "^0.5.1"
pdfplumber = "^0.10.3"
chromadb = "^0.4.17"
pysqlite3-binary = "^0.5.2.post1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.5"
black = "^23.7.0"
isort = "^5.12.0"

[tool.ruff]
Expand Down

0 comments on commit 81e3bb7

Please sign in to comment.