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

Drop Python 3.6 & 3.7 support, update Pydantic and everything else #278

Merged
merged 20 commits into from
Dec 28, 2023

Conversation

evgkirov
Copy link
Collaborator

@evgkirov evgkirov commented Dec 14, 2023

Description

Breaking Changes

  • Python 3.6 and 3.7 are no longer supported.
  • Django 1.11, 2.0, and 2.1 are no longer supported.
  • Pydantic has been updated to Version 2. Projects dependent on Pydantic Version 1 may encounter errors due to incompatibility between Versions 1 and 2.
  • Removed tox.ini. The recommended method for running tests locally is now through act with Docker.

Added

  • Added Python 3.12 and Django 5.0 to the test matrix.

Changed

  • Updated dependencies: httpx, pydantic, pytz, typing-extensions.
  • Updated development dependencies: mypy, pytest, black, isort, flake8, flake8-print, vcrpy, yarl, coverage, pytest-cov, sphinx, sphinx-argparse, types-*. Replaced pytest-freezegun with pytest-freezer.

Checklist

@evgkirov evgkirov changed the title v5.0.0: Drop Python 3.6 support, update Pydantic and everything else v5.0.0: Drop Python 3.6 & 3.7 support, update Pydantic and everything else Dec 14, 2023
@evgkirov evgkirov force-pushed the feature/277-drop_python_3.6_update_everything_else branch from a00e65d to cc913ac Compare December 14, 2023 21:08
@evgkirov evgkirov marked this pull request as ready for review December 14, 2023 22:29
@evgkirov
Copy link
Collaborator Author

evgkirov commented Dec 14, 2023

...or 4.3.0 4.4.0?

Copy link
Member

@dmitry-mukhin dmitry-mukhin left a comment

Choose a reason for hiding this comment

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

asked @rsedykh to confirm something though

@evgkirov evgkirov changed the title v5.0.0: Drop Python 3.6 & 3.7 support, update Pydantic and everything else Drop Python 3.6 & 3.7 support, update Pydantic and everything else Dec 24, 2023
HISTORY.md Outdated Show resolved Hide resolved
@evgkirov evgkirov merged commit e0abb58 into main Dec 28, 2023
33 checks passed
@evgkirov evgkirov deleted the feature/277-drop_python_3.6_update_everything_else branch December 28, 2023 12:40
This pull request was closed.
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