Skip to content

Commit

Permalink
no more git dependencies (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 15, 2024
1 parent 786a96e commit 9850742
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
71 changes: 38 additions & 33 deletions libs/ai-endpoints/poetry.lock

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

5 changes: 1 addition & 4 deletions libs/ai-endpoints/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ pytest-mock = "^3.10.0"
syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }
requests-mock = "^1.11.0"
langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests" }
langchain-tests = "0.3.1"
faker = "^24.4.0"

[tool.poetry.group.codespell]
Expand All @@ -57,13 +56,11 @@ ruff = "^0.1.5"
mypy = "^0.991"
types-requests = "^2.31.0.10"
types-pillow = "^10.2.0.20240125"
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 9850742

Please sign in to comment.