aiogram/CHANGES/1347.misc.rst
Alex Root Junior 180a7297ff
Update typing-extensions version range in dependencies (#1352)
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.
2023-10-28 23:09:30 +03:00

1 line
114 B
ReStructuredText

Updated :code:`typing-extensions` package version range in dependencies to fix compatibility with :code:`FastAPI`