Skip to content

Commit

Permalink
chore: fix python max compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jul 20, 2023
1 parent 2942143 commit fa96ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<=3.10"
python = ">=3.8.1,<4.0"
requests = ">=2.20.0"
pydantic = ">=1.10.0,<2.0.0"
tqdm = ">=4.0.0,<5.0.0"
Expand All @@ -20,8 +20,8 @@ mypy = "1.3.0"
isort = "5.12.0"
coverage = {version = "7.2.7", extras = ["toml"]}
pytest = "7.3.2"
types-requests = "2.31.0.1"
types-tqdm = "4.65.0.1"
types-requests = "2.31.0.1"
types-tqdm = "4.65.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit fa96ba9

Please sign in to comment.