Skip to content

Commit db49cda

Browse files
committed
Revert "Revert "Downgrade anyio verison""
This reverts commit db57300.
1 parent fb8f9b2 commit db49cda

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python/openai/requirements-test.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27+
28+
# The latest stable version of anyio is 4.12.1 which caused segfault during tests. See TRI-620.
29+
anyio==4.12.0
30+
2731
# Testing
2832
pytest==8.1.1
2933
pytest-asyncio==0.23.8

0 commit comments

Comments
 (0)