mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
This commit changes the version requirements for typing-extensions in the dependencies section of pyproject.toml file. This change now requires versions that are greater than or equal to 4.7.0 and less than or equal to 5.0. The previous version, 4.8.0, has been found to cause compatibility issues with some other libraries.
1 line
114 B
ReStructuredText
1 line
114 B
ReStructuredText
Updated :code:`typing-extensions` package version range in dependencies to fix compatibility with :code:`FastAPI`
|