SQLAlchemy 1.4 compatible version of PyRIT (Python Risk Identification Tool for LLMs)
Project description
PyRIT - SQLAlchemy 1.4 Compatible Version
This is a modified version of PyRIT (Python Risk Identification Tool for LLMs) that has been patched to work with SQLAlchemy 1.4.47 instead of SQLAlchemy 2.0+.
Overview
PyRIT is a library used to assess the robustness of Large Language Models (LLMs). This fork maintains all the functionality of the original PyRIT but makes it compatible with environments that require SQLAlchemy 1.4.x.
Key Modifications
- Modified database models to work with SQLAlchemy 1.4.47
- Added custom UUID type implementation for SQLAlchemy 1.4
- Replaced SQLAlchemy 2.0-specific features with 1.4-compatible alternatives
- Added compatibility with pydantic-sqlalchemy 0.0.9
Installation
pip install pyrit-sqlalchemy14
Or with Poetry:
poetry add pyrit-sqlalchemy14
Requirements
- Python 3.10 or higher
- SQLAlchemy 1.4.47 (not compatible with SQLAlchemy 2.0+)
- pydantic-sqlalchemy 0.0.9
Usage
The usage is identical to the original PyRIT library. Please refer to the official PyRIT documentation for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Original PyRIT developed by Microsoft AI Red Team
- This SQLAlchemy 1.4 compatible version is maintained independently
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrit_sqlalchemy14-0.9.11.tar.gz.
File metadata
- Download URL: pyrit_sqlalchemy14-0.9.11.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
577117098bb2769fb5ce78521c7c77b6cfb9738f5ea2bd7174458afb7bf25ced
|
|
| MD5 |
00338a02727b0c8fa8191b794aaff420
|
|
| BLAKE2b-256 |
1decfa4f342144d8eb4db22ffc4c1d337a2242c2edb1b26a8377c3395107ac7f
|
File details
Details for the file pyrit_sqlalchemy14-0.9.11-py3-none-any.whl.
File metadata
- Download URL: pyrit_sqlalchemy14-0.9.11-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b96120d39b96f72b48d04fb327969effbb2175d86cafe5900f7a3552435788d
|
|
| MD5 |
68e07e9476652220f146663322779b90
|
|
| BLAKE2b-256 |
22eb0b4528ba3aebb58d1f0bd90fd3d86119f0e22bc5bf62c860b0f7f8a27fa3
|