From ff9cd9a5ccc97a28336548f10525c1a1cdbecd7c Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:40:00 -0600 Subject: [PATCH] Bump readmeai -> v0.5.6 --- README.md | 2 +- pyproject.toml | 2 +- setup/requirements.txt | 42 ++++++++++++++++++++---------------------- 3 files changed, 22 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 9bf9fd4b..6f5c5198 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ See the Configuration section below for the comple diff --git a/pyproject.toml b/pyproject.toml index 1b0fb64f..de7dc314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "readmeai" -version = "0.5.05" +version = "0.5.06" description = "👾 Automated README file generator, powered by large language model APIs." authors = ["Eli "] license = "MIT" diff --git a/setup/requirements.txt b/setup/requirements.txt index 4e9ce2e5..743985c9 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.9.3 ; python_version >= "3.9" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "4.0" -anyio==4.2.0 ; python_version >= "3.9" and python_version < "4.0" +anyio==4.3.0 ; python_version >= "3.9" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11" attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" cachetools==5.3.2 ; python_version >= "3.9" and python_version < "4.0" @@ -9,38 +9,36 @@ charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0" click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") colorlog==6.8.2 ; python_version >= "3.9" and python_version < "4.0" +distro==1.9.0 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11" frozenlist==1.4.1 ; python_version >= "3.9" and python_version < "4.0" gitdb==4.0.11 ; python_version >= "3.9" and python_version < "4.0" -gitpython==3.1.41 ; python_version >= "3.9" and python_version < "4.0" -google-api-core==2.16.2 ; python_version >= "3.9" and python_version < "4.0" -google-api-core[grpc]==2.16.2 ; python_version >= "3.9" and python_version < "4.0" -google-auth==2.27.0 ; python_version >= "3.9" and python_version < "4.0" -google-cloud-aiplatform==1.40.0 ; python_version >= "3.9" and python_version < "4.0" +gitpython==3.1.42 ; python_version >= "3.9" and python_version < "4.0" +google-api-core==2.17.1 ; python_version >= "3.9" and python_version < "4.0" +google-api-core[grpc]==2.17.1 ; python_version >= "3.9" and python_version < "4.0" +google-auth==2.28.1 ; python_version >= "3.9" and python_version < "4.0" +google-cloud-aiplatform==1.42.1 ; python_version >= "3.9" and python_version < "4.0" google-cloud-bigquery==3.17.2 ; python_version >= "3.9" and python_version < "4.0" google-cloud-core==2.4.1 ; python_version >= "3.9" and python_version < "4.0" -google-cloud-resource-manager==1.12.0 ; python_version >= "3.9" and python_version < "4.0" +google-cloud-resource-manager==1.12.2 ; python_version >= "3.9" and python_version < "4.0" google-cloud-storage==2.14.0 ; python_version >= "3.9" and python_version < "4.0" google-crc32c==1.5.0 ; python_version >= "3.9" and python_version < "4.0" google-resumable-media==2.7.0 ; python_version >= "3.9" and python_version < "4.0" googleapis-common-protos==1.62.0 ; python_version >= "3.9" and python_version < "4.0" googleapis-common-protos[grpc]==1.62.0 ; python_version >= "3.9" and python_version < "4.0" grpc-google-iam-v1==0.13.0 ; python_version >= "3.9" and python_version < "4.0" -grpcio-status==1.60.1 ; python_version >= "3.9" and python_version < "4.0" -grpcio==1.60.1 ; python_version >= "3.9" and python_version < "4.0" +grpcio-status==1.62.0 ; python_version >= "3.9" and python_version < "4.0" +grpcio==1.62.0 ; python_version >= "3.9" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0" -h2==4.1.0 ; python_version >= "3.9" and python_version < "4.0" -hpack==4.0.0 ; python_version >= "3.9" and python_version < "4.0" -httpcore==1.0.2 ; python_version >= "3.9" and python_version < "4.0" -httpx==0.26.0 ; python_version >= "3.9" and python_version < "4.0" -hyperframe==6.0.1 ; python_version >= "3.9" and python_version < "4.0" +httpcore==1.0.4 ; python_version >= "3.9" and python_version < "4.0" +httpx==0.27.0 ; python_version >= "3.9" and python_version < "4.0" idna==3.6 ; python_version >= "3.9" and python_version < "4.0" multidict==6.0.5 ; python_version >= "3.9" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0" -openai==0.27.10 ; python_version >= "3.9" and python_version < "4.0" +openai==1.12.0 ; python_version >= "3.9" and python_version < "4.0" packaging==23.2 ; python_version >= "3.9" and python_version < "4.0" proto-plus==1.23.0 ; python_version >= "3.9" and python_version < "4.0" -protobuf==4.25.2 ; python_version >= "3.9" and python_version < "4.0" +protobuf==4.25.3 ; python_version >= "3.9" and python_version < "4.0" pyasn1-modules==0.3.0 ; python_version >= "3.9" and python_version < "4.0" pyasn1==0.5.1 ; python_version >= "3.9" and python_version < "4.0" pydantic==1.10.14 ; python_version >= "3.9" and python_version < "4.0" @@ -49,15 +47,15 @@ pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0" regex==2023.12.25 ; python_version >= "3.9" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" rsa==4.9 ; python_version >= "3.9" and python_version < "4" -setuptools==69.0.3 ; python_version >= "3.9" and python_version < "4.0" -shapely==2.0.2 ; python_version >= "3.9" and python_version < "4.0" +setuptools==69.1.1 ; python_version >= "3.9" and python_version < "4.0" +shapely==2.0.3 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0" -sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0" +sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0" tenacity==8.2.3 ; python_version >= "3.9" and python_version < "4.0" tiktoken==0.4.0 ; python_version >= "3.9" and python_version < "4.0" toml==0.10.2 ; python_version >= "3.9" and python_version < "4.0" -tqdm==4.66.1 ; python_version >= "3.9" and python_version < "4.0" -typing-extensions==4.9.0 ; python_version >= "3.9" and python_version < "4.0" -urllib3==2.2.0 ; python_version >= "3.9" and python_version < "4.0" +tqdm==4.66.2 ; python_version >= "3.9" and python_version < "4.0" +typing-extensions==4.10.0 ; python_version >= "3.9" and python_version < "4.0" +urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0" yarl==1.9.4 ; python_version >= "3.9" and python_version < "4.0"
Getting Started or Quick Start
-

Generates structured guides for installing, running, and testing your project. This content is created by identifying dependencies and languages used in the codebase, and mapping this data using static config files such as thecommands.toml file.

+

Generates structured guides for installing, running, and testing your project. This content is created by identifying dependencies and languages used in the codebase, and mapping this data using static config files such as the commands.toml file.