Skip to content

Commit

Permalink
Fix weasyprint/pydyf dependency mismatch that causes an API runtime e…
Browse files Browse the repository at this point in the history
…rror (too many arguments passed to pydif function by weasyprint) (#625)

* * lock pydyf to 0.8.0

* Revert "* lock pydyf to 0.8.0"

This reverts commit 6f8b2b1.

* * update weasyprint to 62.3

* * lock pydyf to 0.11.0 in requirements.txt

* Remove pin for pydyf

Signed-off-by: J Boddey <boddey@google.com>

* Pin dependencies

Signed-off-by: J Boddey <boddey@google.com>

* Bump version for hotfix

* Modify version

---------

Signed-off-by: J Boddey <boddey@google.com>
Co-authored-by: J Boddey <boddey@google.com>
  • Loading branch information
caseykelso and jboddey authored Jul 24, 2024
1 parent c6a77ee commit 3694fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ scapy==2.5.0

# Requirments for the test_orc module
weasyprint==61.2
pydyf==0.8.0

# Requirements for the API
fastapi==0.109.1
Expand All @@ -29,4 +30,4 @@ cryptography==42.0.7
pytz==2024.1

# Requirements for the risk profile
python-dateutil==2.9.0
python-dateutil==2.9.0
2 changes: 1 addition & 1 deletion make/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Testrun
Version: 1.3
Version: 1.3.1
Architecture: amd64
Maintainer: Google <boddey@google.com>
Homepage: https://github.com/google/testrun
Expand Down

0 comments on commit 3694fb0

Please sign in to comment.