Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update poetry - all minor and patch updates #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
fastapi (changelog) ^0.111.0 -> ^0.115.6 age adoption passing confidence dependencies minor
flake8 (changelog) ^7.0.0 -> ^7.1.1 age adoption passing confidence dependencies minor
httpx (changelog) ^0.27.0 -> ^0.28.1 age adoption passing confidence dependencies minor
pytest (changelog) ^8.2.0 -> ^8.3.4 age adoption passing confidence dev minor
pytest-asyncio (changelog) ^0.23.6 -> ^0.25.1 age adoption passing confidence dependencies minor
python ~3.12 -> ~3.13.1 age adoption passing confidence dependencies minor
uagents ^0.11.1 -> ^0.18.1 age adoption passing confidence dependencies minor
uvicorn (changelog) ~0.20.0 -> ~0.34.0 age adoption passing confidence dependencies minor

Release Notes

fastapi/fastapi (fastapi)

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
Internal

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

v0.115.4

Compare Source

Refactors
  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #​12627 by @​tiangolo.
Docs
Translations
Internal

v0.115.3

Compare Source

Upgrades
Docs
Translations
Internal

v0.115.2

Compare Source

Upgrades

v0.115.1

Compare Source

Fixes
Refactors
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from cad0b72 to 46f283f Compare October 11, 2024 01:42
Copy link
Contributor Author

renovate bot commented Oct 11, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact 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: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv nice-fetch-ai-adapter-qbXzCpP0-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.13.1,<3.14.0) is not compatible with some of the required packages Python requirement:
  - uagents requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13.1,<3.14.0

Because uagents (0.18.1) requires Python <3.13,>=3.9
 and no versions of uagents match >0.18.1,<0.19.0, uagents is forbidden.
So, because nice-fetch-ai-adapter depends on uagents (^0.18.1), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For uagents, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 4 times, most recently from e35abde to 8fcae2c Compare October 15, 2024 10:53
@n3op2 n3op2 added the triaged This issue or PR has been triaged label Oct 18, 2024
Copy link
Contributor Author

renovate bot commented Oct 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@n3op2 n3op2 force-pushed the renovate/poetry-all-minor-and-patch-updates branch from a4bccda to 8fcae2c Compare October 18, 2024 12:35
@n3op2
Copy link

n3op2 commented Oct 18, 2024

unable to upgrade python due to other dependencies -> https://digicatapult.atlassian.net/browse/CMNP-12

@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 3 times, most recently from fa640aa to c9677e2 Compare October 25, 2024 13:39
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 2 times, most recently from 50d0600 to 697a30e Compare October 30, 2024 22:16
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from 697a30e to f052bad Compare November 2, 2024 15:32
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from f052bad to 584e688 Compare November 15, 2024 18:59
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from 584e688 to eb96472 Compare November 23, 2024 21:49
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 4 times, most recently from 7702e94 to f1fa89e Compare December 8, 2024 03:49
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 2 times, most recently from cca4ec4 to 78f8cee Compare December 16, 2024 09:50
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch 3 times, most recently from 6bafd28 to ea54f22 Compare December 20, 2024 15:45
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from ea54f22 to 7db1921 Compare December 23, 2024 14:02
@renovate renovate bot force-pushed the renovate/poetry-all-minor-and-patch-updates branch from 7db1921 to 1f6ac2d Compare January 5, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant