Skip to content

Update project dependencies and metadata to resolve Dependabot parsing errors#773

Closed
Gavinok wants to merge 1 commit intoopenwallet-foundation:mainfrom
Gavinok:dependabot-poetry-issue
Closed

Update project dependencies and metadata to resolve Dependabot parsing errors#773
Gavinok wants to merge 1 commit intoopenwallet-foundation:mainfrom
Gavinok:dependabot-poetry-issue

Conversation

@Gavinok
Copy link
Contributor

@Gavinok Gavinok commented Jun 11, 2025

Update pyproject.toml file to pass the poetry check command which should be enough for dependabot to properly parse it resolving #740

@Gavinok Gavinok force-pushed the dependabot-poetry-issue branch from 522cbd9 to 5ecc1a5 Compare June 11, 2025 20:15
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

- Updated dependencies in `pyproject.toml` to specify version ranges more explicitly.
- Cleaned up formatting in the `pyproject.toml` file for better readability.
- Removed unnecessary sections for pytest and Pyright configuration from `pyproject.toml`.
@Gavinok Gavinok force-pushed the dependabot-poetry-issue branch from 5ecc1a5 to f90a0bc Compare June 11, 2025 20:16
@coveralls
Copy link

coveralls commented Jun 12, 2025

Pull Request Test Coverage Report for Build 15594757671

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.841%

Totals Coverage Status
Change from base Build 14889016103: 0.0%
Covered Lines: 708
Relevant Lines: 806

💛 - Coveralls

Comment on lines +14 to +28
requires-python = ">=3.12,<4.0"
dependencies = [
"fastapi(>=0.115.12,<1.0)",
"jinja2(>=3.1.6,<4.0)",
"oic(>=1.7.0,<2.0)",
"pymongo(>=4.12.1,<5.0)",
"pyop(>=3.4.1,<4.0)",
"python-multipart(>=0.0.20,<1.0)",
'qrcode[pil](>=8.2,<9.0)',
"structlog(>=25.3.0,<26.0.0)",
'uvicorn[standard](>=0.34.2,<1)',
"python-socketio(>=5.13.0,<6.0.0)",
"canonicaljson(>=2.0.0,<3.0.0)",
"pydantic-settings (>=2.9.1,<3.0)",
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not a fan of this style of dependency definition, it is a lot more dense and harder to scan when reviewing changes. I am also not convinced this is the issue: ACA-Py uses the same toml structure and gets similar warnings when running poetry check, and I am not aware of issues with dependencies there.

I do wonder if the problem is actually maybe with the lockfile and/or using different versions of poetry rather than pyproject.toml

@Gavinok Gavinok closed this Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants