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

Исправить конфликты с другими библиотеками из-за Pydantic #870

Open
carakaton opened this issue Jan 12, 2024 · 3 comments
Assignees
Labels
feature-request New feature or request

Comments

@carakaton
Copy link

Описание

Сейчас vkbottle конфликтует, например, с aiogram из-за разных версий Pydantic. Хотелось бы, чтобы Вы обновили Pydantic и импортировали объекты из pydantic.v1 в своей библиотеке. Это можно быстро сделать с помощью команды "Replace in Files".

image

Пример кода

No response

@carakaton carakaton added the feature-request New feature or request label Jan 12, 2024
@carakaton carakaton changed the title Иправить конфликты с другими библиотеками из-за Pydantic Исправить конфликты с другими библиотеками из-за Pydantic Jan 12, 2024
@FeeeeK
Copy link
Contributor

FeeeeK commented Jan 12, 2024

#758

@vffuunnyy
Copy link

vffuunnyy commented Jan 18, 2024

например, с aiogram из-за разных версий Pydantic

Текущая актуальная версия aiogram поддерживает pydantic только от 2.4.1 до 2.6 версии.
Тут решение либо обновить aiogram до 3.x версии, либо понизить версию vkbottle.

aiogram/aiogram@461e59b изменение, как мы видим, произошло разницей в неделю.

@RousingGibbon
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants