chore: bump project version to 1.23.0, add requirements.txt with 10 dependencies, and update .gitignore with png/gemini patterns

This commit is contained in:
2025-11-07 20:46:54 +00:00
parent 9ea334b8f1
commit dd39a60c06
4 changed files with 22 additions and 1 deletions
+3
View File
@@ -7,6 +7,9 @@ __pycache__/
ab ab
# C extensions # C extensions
*.so *.so
*.png
GEMINI.md
# Distribution / packaging # Distribution / packaging
.Python .Python
+8
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.
+1 -1
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
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