Skip to content

Commit

Permalink
chore: set correct range of versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 2, 2024
1 parent a39389f commit 327c551
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ classifiers = [
]
requires-python = ">=3.12"
dependencies = [
"requests>=2.28.1",
"pydantic>=1.10.2",
"returns>=0.23.0",
"rich>=12.6.0",
"typer>=0.7.0",
"pydantic-settings>=2.6.1",
"pydantic>=2.9.2",
"requests>=2.32.3",
"returns>=0.23.0",
"rich>=13.9.4",
"typer>=0.12.5",
]

[project.urls]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 327c551

Please sign in to comment.