We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8f9b2 commit db49cdaCopy full SHA for db49cda
1 file changed
python/openai/requirements-test.txt
@@ -24,6 +24,10 @@
24
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
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
31
# Testing
32
pytest==8.1.1
33
pytest-asyncio==0.23.8
0 commit comments