monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

fix: restrict pydantic < v2.0 #100

Closed WoosterInitiative closed 1 year ago

WoosterInitiative commented 1 year ago

PR Description

Make sure that pydantic version is less than v2.0 to prevent incompatibilities.

Purpose

Fixes #99 by making sure that pydantic is not v2.0 or higher.

Approach

Simple temporary fix until project can be made compatible with breaking changes in v2.0.

Issues solved in this PR

What has Changed

monim67 commented 1 year ago

@WoosterInitiative thanks for the PR, please run poetry lock --no-update and commit the lock file

monim67 commented 1 year ago

Resolved by alternate way.