Skip to content

Commit

Permalink
drop suport for 3.8 and add pydantic as explicit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 4, 2024
1 parent b6f8bf6 commit dc13d60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 6 additions & 8 deletions libs/partners/robocorp/poetry.lock

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

3 changes: 2 additions & 1 deletion libs/partners/robocorp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ disallow_untyped_defs = "True"
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/robocorp"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
python = ">=3.9,<4.0"
langchain-core = ">=0.2.24,<0.3"
requests = "^2.31.0"
types-requests = "^2.31.0.6"
pydantic = ">=2,<3"

[tool.ruff.lint]
select = [ "E", "F", "I", "T201",]
Expand Down

0 comments on commit dc13d60

Please sign in to comment.