Skip to content

Commit

Permalink
feat: Python version extended to support recent ones
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 30, 2024
1 parent 885b476 commit 7ebc08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions libertai_agents/poetry.lock

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

2 changes: 1 addition & 1 deletion libertai_agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.11, <3.12"
python = "^3.11"
transformers = "^4.46.0"
pydantic = "^1.10"
aiohttp = "^3.10.11"
Expand Down

0 comments on commit 7ebc08f

Please sign in to comment.