Skip to content

Commit ff38ada

Browse files
Updates project dependencies
Updates the project's dependencies in pyproject.toml to align with the current versions and includes 'langchain-text-splitters' to resolve the name change of 'langchain.text_splitter'. Adds a start script to `pyproject.toml`. Updates the poetry lock file.
1 parent b195179 commit ff38ada

File tree

4 files changed

+11
-761
lines changed

4 files changed

+11
-761
lines changed

DocsManager/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name = "goland-ia"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.12,<3.14"
7+
8+
[project.scripts]
9+
start = "uvicorn main:app --reload --host 0.0.0.0 --port 8000"
10+
711
dependencies = [
812
"fastapi>=0.124.2",
913
"sqlalchemy>=2.0.35",

0 commit comments

Comments
 (0)