Skip to content

Commit

Permalink
chore(deps): restrict fastavro to ^1.9.2
Browse files Browse the repository at this point in the history
PyPI can't handle disjoint versions
  • Loading branch information
jvansanten committed Dec 21, 2023
1 parent 9077e70 commit bd76c72
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 @@ -42,7 +42,7 @@ matplotlib = "^3.3.4"
aiohttp = "^3.7.3"
nest-asyncio = "^1.4.3"
backoff = "^2.0.0"
fastavro = "<1.7 || >=1.9.2"
fastavro = "^1.9.2"
requests = "^2.25.1"
requests-toolbelt = "^1.0.0"
confluent-kafka = {version = "^2.0.0", optional = true}
Expand Down

0 comments on commit bd76c72

Please sign in to comment.