Skip to content

Commit

Permalink
build: ==1.10.13 -> ^1.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Dec 1, 2023
1 parent 3aa34ef commit 1a1d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ktoolbox = "ktoolbox.__main__:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pydantic = {version="==1.10.13", extras=["dotenv"]}
pydantic = {version="^1.10.13", extras=["dotenv"]}
tenacity = "^8.2.3"
httpx = {version="<=0.25.0", extras=["socks"]}
fire = "^0.5.0"
Expand Down

0 comments on commit 1a1d910

Please sign in to comment.