Skip to content

Commit

Permalink
⬆️ v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jan 1, 2024
1 parent b9707ee commit 7c5f9cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = [
]
dependencies = [
"langchain_core>=0.1",
"fastui[fastapi] @ git+https://github.com/pydantic/FastUI.git@main#subdirectory=src/python-fastui",
"uvicorn>=0.24.0.post1",
"fastui[fastapi]>=0.4",
"uvicorn>=0.25",
]
readme = "README.md"
requires-python = ">= 3.10"
Expand All @@ -23,8 +23,7 @@ managed = true
dev-dependencies = [
"mypy>=1.7.1",
"ruff>=0.1.8",
"langchain[openai] >= 0.0.352",
"langchain_community @ git+https://github.com/langchain-ai/langchain.git@master#subdirectory=libs/community",
"langchain[openai] >= 0.0.353",
]

[tool.rye.scripts]
Expand Down

0 comments on commit 7c5f9cb

Please sign in to comment.