Skip to content

Commit

Permalink
Freeze dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Nov 3, 2024
1 parent 0d0f540 commit 50f0f0d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"dataclasses-json",
"httpx[http2]",
"marshmallow",
"pydantic",
"python-dateutil",
"tenacity",
"dataclasses-json == 0.6.7",
"httpx[http2] == 0.27.2",
"marshmallow == 3.23.1",
"pydantic == 2.9.2",
"python-dateutil == 2.9.0.post0",
"tenacity == 9.0.0",

"black",
"codecov",
"pytest",
Expand Down

0 comments on commit 50f0f0d

Please sign in to comment.