diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf554a8c..673c73e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 1 + open-pull-requests-limit: 3 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 1 \ No newline at end of file + open-pull-requests-limit: 3 \ No newline at end of file diff --git a/README.md b/README.md index 9c153b3c..609d4524 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ https://user-images.githubusercontent.com/34736356/182772349-af0a5f20-d009-4daa- - **How AexPy works?** Approach Design & Evaluation are in [AexPy's conference paper](https://ieeexplore.ieee.org/abstract/document/9978982), see also [talk](https://www.bilibili.com/video/BV1tv4y1D75F/) & [slides](https://stardustdl.github.io/assets/pdfs/aexpy/aexpy-slides.pdf). - **How we implement AexPy?** Source Code & Implemetation are in [AexPy's repository](https://github.com/StardustDL/aexpy), see also [system design (zh-cn)](https://stardustdl.github.io/assets/pdfs/aexpy/aexpy-chinasoft.pdf). -- **How to use AexPy?** Detailed Document & Data are in this README and [AexPy's website](https://aexpy.netlify.app/), see also [demo video](https://www.bilibili.com/video/BV1PG411F77m/). +- **How to use AexPy?** Detailed Document & Data are in [AexPy's website](https://aexpy.netlify.app/), see also [demo video](https://www.bilibili.com/video/BV1PG411F77m/). -> **Attention**: The current code base and document is still *working in progress*. We have removed web front-end support, and are focusing on command-line interface. +> **Attention**: For AexPy v0.1.x users, we have removed web front-end support in current and next version, and are focusing on command-line interface for now. The web interfaces would come back in future. > For the old available version, see [v0.1.2](https://github.com/StardustDL/aexpy/releases/tag/v0.1.2). ```mermaid diff --git a/docs/.paperead.yml b/docs/.paperead.yml index 1cc473dd..3afb8012 100644 --- a/docs/.paperead.yml +++ b/docs/.paperead.yml @@ -7,6 +7,6 @@ server: port: 3649 readonly: false site: - description: 'A tool to detect API breaking changes in Python packages. (Accessing this website from China may need VPN because of resource files from jsDelivr CDN service)' + description: 'A tool to detect API breaking changes in Python packages.' subtitle: 'Api EXplorer in PYthon.' title: 'AexPy' diff --git a/requirements.txt b/requirements.txt index 2886e962..891719b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mypy<=1.6.1 -click>=8.0.0 -pydantic>=2.0.2 \ No newline at end of file +mypy==1.6.1 +click==8.1.7 +pydantic==2.5.3 \ No newline at end of file