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

Release 2023.02.10 #2747

Merged
merged 5 commits into from
Feb 11, 2023
Merged

Release 2023.02.10 #2747

merged 5 commits into from
Feb 11, 2023

Commits on Jan 28, 2023

  1. Merge pull request kivy#2741 from kivy/master

    Merge master into develop
    misl6 authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e393a9e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Update pydantic recipe

    There is [incompatibility](huggingface/transformers#8638) between python > 3.6 and package `dataclasses`.
    
    This error was happening after my compilations: `AttributeError: module 'typing' has no attribute '_ClassVar'`
    
    The fix is removing `dataclasses` from `python_depends`.
    
    I also updated the pydantic version to the newest release `1.10.4`, it can be checked [here](https://github.com/pydantic/pydantic/releases) and its url.
    
    I already compiled my app after applying these changes, and the compilation is working successfully again.
    FilipeMarch authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    391af5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kivy#2742 from FilipeMarch/patch-3

    🐛 fix: Update `pydantic` recipe
    AndreMiras authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    81f6d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Restrict sh version to sh>=1.10, <2.0 (kivy#2746)

    keep sh version under 2.0 as default behaviour was switched
    HyTurtle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    70fa6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b52825 View commit details
    Browse the repository at this point in the history