chore: Updated pyproject.toml and upgraded dependencies. - #70
Merged
Merged
Conversation
pyproject.toml and upgraded dependencies.
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates PyAnchor’s packaging metadata to require Python 3.10+, modernizes core/dev dependency minimums, and aligns the README installation requirements and formatting accordingly.
Changes:
- Raised the minimum supported Python version to 3.10 (README +
pyproject.toml). - Upgraded runtime dependencies (
beautifulsoup4,lxml,requests,typer) and dev tooling versions. - Reorganized dev dependencies under
[dependency-groups]and made small README formatting/clarity edits.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates stated minimum Python version and cleans up formatting/wording in installation/usage/support sections. |
| pyproject.toml | Sets requires-python >=3.10, bumps dependency minimums, and moves dev dependencies into [dependency-groups]. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the minimum required Python version, upgrades several core and development dependencies, and makes minor improvements to the documentation for clarity and accuracy.
Dependency and environment updates:
README.mdandpyproject.tomlfiles.pyproject.toml:beautifulsoup4to 4.15.0,lxmlto 6.1.1,requeststo 2.34.2, andtyperto 0.26.8.[dependency-groups]inpyproject.toml, with newer versions forflask,pytest,pytest-cov,python-dotenv, andruff.Documentation improvements:
README.md. [1] [2]README.md. [1] [2]