Skip to content

Commit

Permalink
setup: relax some of the version requirements
Browse files Browse the repository at this point in the history
In order to be able to use `pyiceberg` from ducktape tests we need to
update some conflicting dependencies.
The conflicting dependencies were `requests` and `pyparsing`

Signed-off-by: Michał Maślanka <[email protected]>
  • Loading branch information
mmaslankaprv committed Oct 3, 2024
1 parent 7772220 commit 2de2ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ jinja2~=3.0.3
boto3@ git+https://github.com/redpanda-data/boto3@5770b4da8f758ceaa47b6482a19569f29739704e
# jinja2 pulls in MarkupSafe with a > constraint, but we need to constrain it for compatibility
MarkupSafe~=2.0.0
pyparsing<3.0.0
pyparsing<=3.1.7
zipp<2.0.0
pywinrm==0.2.2
requests==2.31.0
requests>=2.20.0
paramiko @ git+https://github.com/redpanda-data/paramiko@80de6f2f6657c901778a1ffe2213dbc31d7edc35
pyzmq==19.0.2
pycryptodome==3.9.8
Expand Down

0 comments on commit 2de2ec5

Please sign in to comment.