mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
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.
This commit is contained in:
parent
475b1861e5
commit
180a7297ff
2 changed files with 2 additions and 1 deletions
1
CHANGES/1347.misc.rst
Normal file
1
CHANGES/1347.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Updated :code:`typing-extensions` package version range in dependencies to fix compatibility with :code:`FastAPI`
|
||||
Loading…
Add table
Add a link
Reference in a new issue