Skip to content

Commit cce0610

Browse files
authored
fix: downgrade aiocsv version (#480)
1 parent b835750 commit cce0610

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

poetry.lock

+30-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ httpx = "^0.25.0"
2424
httpcore = ">=1.0.0,<1.0.3"
2525
loguru = ">=0.6.0,<0.7.0"
2626
pydantic = ">=1.6.0,<1.11.0"
27-
aiocsv = ">=1.2.3,<1.4.0"
27+
aiocsv = ">=1.2.3,<1.3.0"
2828
pyjwt = ">=2.0.0,<3.0.0"
2929
mypy-extensions = ">=0.2.0,<0.5.0"
3030

0 commit comments

Comments
 (0)