Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 13, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade
error: No `project` table found in: `/tmp/renovate/repos/github/apify/crawlee-python/docs/pyproject.toml`

File name: uv.lock
Command failed: uv lock --upgrade
error: Failed to parse: `pyproject.toml`
  Caused by: TOML parse error at line 13, column 8
   |
13 | name = "{{cookiecutter.project_name}}"
   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Not a valid package or extra name: "{{cookiecutter.project_name}}". Names must start and end with a letter or digit and may only contain -, _, ., and alphanumeric characters.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 9fc759a to 2ff50cf Compare October 14, 2025 07:59
@vdusek
Copy link
Collaborator

vdusek commented Oct 14, 2025

@Mantisus Could you please check this?

It seems that the upgrade of SqlAlchemy from 2.0.43 to 2.0.44 broke (hopefully just) the type checker.

Log:

src/crawlee/storage_clients/_sql/_key_value_store_client.py:232: error: "Result[Any]" has no attribute "rowcount"  [attr-defined]
src/crawlee/storage_clients/_sql/_request_queue_client.py:501: error: "Result[Any]" has no attribute "rowcount"  [attr-defined]
src/crawlee/storage_clients/_sql/_request_queue_client.py:553: error: "Result[Any]" has no attribute "rowcount"  [attr-defined]

The issue is here

Cannot access attribute "rowcount" for class "Result[Any]". Attribute "rowcount" is unknown.

@vdusek vdusek merged commit 9b6e465 into master Oct 14, 2025
19 checks passed
@vdusek vdusek deleted the renovate/lock-file-maintenance branch October 14, 2025 09:47
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.

1 participant