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

chore(deps): update dependency mypy to v1.14.0 #13369

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mypy (changelog) ==1.13.0 -> ==1.14.0 age adoption passing confidence

Release Notes

python/mypy (mypy)

v1.14.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Third-party library dependencies. label Dec 20, 2024
@renovate renovate bot enabled auto-merge (squash) December 20, 2024 18:46
Copy link
Contributor Author

renovate bot commented Dec 20, 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: uv.lock
Command failed: uv lock --upgrade-package mypy
Using CPython 3.13.1 interpreter at: /opt/containerbase/tools/python/3.13.1/bin/python3
error: Distribution not found at: file:///tmp/renovate/repos/github/WeblateOrg/hosted

@renovate renovate bot force-pushed the renovate/mypy-1.x branch from d237749 to 01870fa Compare December 20, 2024 18:47
Copy link

codecov bot commented Dec 20, 2024

❌ 19 Tests Failed:

Tests completed Failed Passed Skipped
5475 19 5456 176
View the top 3 failed tests by shortest run time
weblate.machinery.tests.OpenAICustomTranslationTest::test_english_map
Stack Traces | 0.003s run time
self = <weblate.machinery.tests.OpenAICustomTranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:262: in __init__
    self.client = OpenAI(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f5f304e0190>
kwargs = {'base_url': 'https://custom.example.com/', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError
weblate.machinery.tests.AzureOpenAITranslationTest::test_english_map
Stack Traces | 0.004s run time
self = <weblate.machinery.tests.AzureOpenAITranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:303: in __init__
    self.client = AzureOpenAI(
.venv/lib/python3.11.../openai/lib/azure.py:207: in __init__
    super().__init__(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f5f2e47e9d0>
kwargs = {'base_url': 'https://my-instance.openai.azure..../openai/deployments/my-deployment', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError
weblate.machinery.tests.OpenAITranslationTest::test_english_map
Stack Traces | 0.004s run time
self = <weblate.machinery.tests.OpenAITranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:262: in __init__
    self.client = OpenAI(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f5f375d7e90>
kwargs = {'base_url': 'https://api.openai.com/v1', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/mypy-1.x branch from 519fe19 to afec587 Compare December 22, 2024 15:53
@renovate renovate bot changed the title chore(deps): update dependency mypy to v1.14.0 Update dependency mypy to v1.14.0 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x branch from afec587 to 06857c4 Compare December 22, 2024 15:55
@renovate renovate bot changed the title Update dependency mypy to v1.14.0 chore(deps): update dependency mypy to v1.14.0 Dec 22, 2024
Copy link
Contributor Author

renovate bot commented Dec 22, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants