Skip to content

Commit

Permalink
[hotfix] improve python dependency pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Jul 10, 2023
1 parent 7c4fe52 commit e021c33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions streampipes-client-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@

# Package requirements.
base_packages = [
"pandas~=1.5.1",
"pydantic~=1.10.2",
"requests~=2.28.1",
"nats-py~=2.2.0",
"confluent-kafka~=2.0.2",
"typing-extensions~=4.5.0",
"pandas~=1.5",
"pydantic~=1.10",
"requests~=2.28",
"nats-py~=2.2",
"confluent-kafka~=2.0",
"typing-extensions~=4.5",
]

dev_packages = base_packages + [
Expand Down

0 comments on commit e021c33

Please sign in to comment.