chore: bump project version to 1.23.0 and add dependencies to requirements.txt

- Update version string across project files to 1.23.0
- Add new package dependencies to requirements.txt for project build
- Update changelog with release notes for version 1.22.0
- Add .png and .gemini file patterns to .gitignore to exclude binary and generated files
This commit is contained in:
retoor 2025-11-07 20:46:54 +00:00
parent c5cf6b3bcc
commit 2ecc479427
4 changed files with 22 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@ __pycache__/
ab ab
# C extensions # C extensions
*.so *.so
*.png
GEMINI.md
# Distribution / packaging # Distribution / packaging
.Python .Python

View File

@ -19,6 +19,14 @@
## Version 1.22.0 - 2025-11-07
This release bumps the project version to 1.22.0 and removes an internal version print statement. Tests have been updated to use more accurate terminology.
**Changes:** 4 files, 29 lines
**Languages:** Markdown (8 lines), Python (19 lines), TOML (2 lines)
## Version 1.21.0 - 2025-11-07 ## Version 1.21.0 - 2025-11-07
The project has been updated to version 1.21.0, and the release notes for version 1.20.0 are now included in the changelog. The project has been updated to version 1.21.0, and the release notes for version 1.20.0 are now included in the changelog.

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.21.0" version = "1.22.0"
description = "R python edition. The ultimate autonomous AI CLI." description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
pydantic==2.12.3
jinja2==3.1.4
cryptography==43.0.0
docker==7.1.0
gitpython==3.1.43
websockets==13.0.1
pytest==8.3.2
bcrypt==4.1.3
python-slugify==8.0.4
requests>=2.31.0