Skip to content

Commit

Permalink
fix: python-dateutil dependency updated in pyproject (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh authored Aug 15, 2024
1 parent 1666b5b commit 73c370a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ faust-streaming = {version = ">=0.10.11,<0.12.0", optional = true}
casefy = "^0.1.7"
typing-extensions = "^4.2.0"
pydantic = {version = "^2.4.2", optional = true, extras = ["email"]}
python-dateutil = "^2.9.0.post0"
python-dateutil = "^2.7"
dc-avro = {version =">=0.6.4,<0.9.0", optional = true}
inflection = "^0.5.1"

Expand Down

0 comments on commit 73c370a

Please sign in to comment.