Skip to content

Commit

Permalink
Merge pull request #217 from marcosschroh/fix/dependency-and-ci
Browse files Browse the repository at this point in the history
fix: make more flexible dataclasses-avroschema dependency
  • Loading branch information
marcosschroh authored Oct 23, 2024
2 parents 0cacf70 + 269918b commit 70dd808
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
89 changes: 45 additions & 44 deletions 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 @@ -23,7 +23,7 @@ classifiers = [
python = "^3.8"
aiofiles = ">=24.1.0,<25.0" # remove this
httpx = ">=0.23.3,<0.28.0"
dataclasses-avroschema = ">=0.57.2,<0.64.0"
dataclasses-avroschema = ">=0.57.2"
typer = {extras = ["all"], version = ">=0.9,<0.13"}
deepdiff = ">=6.2.3,<9.0.0"

Expand Down

0 comments on commit 70dd808

Please sign in to comment.