Skip to content

Commit

Permalink
Merge pull request #21 from antithesishq/fix-downgrade-cffi
Browse files Browse the repository at this point in the history
Downgrade minimum cffi runtime requirement from 1.17 to 1.16
  • Loading branch information
herzogp authored Dec 13, 2024
2 parents a23d2a6 + adba4be commit 8ff01af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "antithesis"
version = "0.1.16"
version = "0.1.17"
description = "Antithesis SDK for Python"
license = {file = "LICENSE"}
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ classifiers = [
]
keywords = ["antithesis", "sdk", "autonomous", "testing"]
dependencies = [
"cffi>=1.17.0",
"cffi>=1.16.0",
]

[project.urls]
Expand Down

0 comments on commit 8ff01af

Please sign in to comment.