Add bad backtracking test cases for (#8171)

This commit is contained in:
konsti 2024-10-14 22:54:08 +02:00 committed by GitHub
parent 0c5d05d9e1
commit e6c6426094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Run with Python 3.10.
# Passes with pip-tools, fails with uv
dill<0.3.9,>=0.2.2
apache-beam<=2.49.0

View file

@ -0,0 +1,9 @@
# Run with Python 3.12.
# As of 2024-10-14:
# llvmlite==0.36.0
# numba==0.53.1
# numpy==2.1.2
# setuptools==75.1.0
numpy>=2.1,<2.2
numba<=0.60,>0.1

View file

@ -0,0 +1,9 @@
# Fails with: uv pip install -p 3.12 -r numpy-numba.in
# As of 2024-10-14:
# llvmlite==0.36.0
# numba==0.53.1
# numpy==2.1.2
# setuptools==75.1.0
numpy>=1.24,<2.1.2
sparse<0.15.4

View file

@ -0,0 +1,11 @@
# Run with Python 3.12.
# As of 2024-10-14:
# fastjsonschema==2.20.0
# msgpack==1.1.0
# python-rapidjson==1.8
# pyyaml==6.0.2
# sentry-kafka-schemas==0.1.113
# typing-extensions==4.12.2
python-rapidjson<=1.20,>=1.4
sentry-kafka-schemas<=0.1.113,>=0.1.50

View file

@ -0,0 +1,14 @@
# Run with Python 3.12.
# As of 2024-10-14:
# annotated-types==0.7.0
# anyio==4.6.2
# fastapi==0.1.17
# idna==3.10
# pydantic==2.9.2
# pydantic-core==2.23.4
# sniffio==1.3.1
# starlette==0.36.0
# typing-extensions==4.12.2
starlette<=0.36.0
fastapi<=0.115.2