-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into avara1986/revert_modulo
- Loading branch information
Showing
1 changed file
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,52 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Makes the library compatible with Python 3.13 | ||
Makes the library compatible with Python 3.13. | ||
The following limitations currently apply to support for Python 3.13: | ||
- ``ddtrace`` is not supported on Windows with Python 3.13 | ||
- Appsec Threat Detection is not tested against Django, Flask, or FastAPI with 3.13 | ||
- Automatic Service Naming is not tested with 3.13 | ||
- The ``ddtrace-run`` entrypoint is not tested with 3.13 | ||
- The following products are not tested with 3.13: | ||
- Code Coverage | ||
- Appsec IAST | ||
- Data Streams Monitoring | ||
- CI Visibility | ||
- Continuous Profiling | ||
- The following integrations are not tested with 3.13: | ||
- aiobotocore | ||
- aiomysql | ||
- aiopg | ||
- anthropic | ||
- asyncpg | ||
- avro | ||
- botocore | ||
- confluent-kafka | ||
- consul | ||
- django | ||
- falcon | ||
- fastapi | ||
- freezegun | ||
- gevent | ||
- google_generativeai | ||
- grpcio | ||
- gunicorn | ||
- langchain | ||
- mysqlclient | ||
- opentracing | ||
- protobuf | ||
- psycopg | ||
- psycopg2 | ||
- pymysql | ||
- pyodbc | ||
- pytest | ||
- pytest-bdd | ||
- pytest-benchmark | ||
- sanic | ||
- selenium | ||
- sqlalchemy | ||
- sqlite3 | ||
- starlette | ||
- tornado | ||
- vertexai |