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

Add typing_extensions>=4.10.0 dep #1159

Merged
merged 10 commits into from
Jul 20, 2024
3 changes: 3 additions & 0 deletions dev_tools/requirements/deps/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ qsharp-widgets
# serialization
protobuf

# typing
typing_extensions>=4.10.0

# Note: use `pipreqs` to generate a list of dependencies based on the imports in our files.
Loading