Skip to content

Commit

Permalink
TypeAlias in 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Oct 13, 2024
1 parent a0346a2 commit 942f470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: EUPL-1.2

# Changelog

## Development
## Version 0.12.0

- `Machine.block` command to directly control block temperatures.
- Certificate support for SSL, and new connection recommendations.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies = [
"typeguard >= 2",
"nest_asyncio >= 1.5",
"click >=8.0,<9.0",
"typing-extensions >= 4",
"toml",
"pint",
"attrs",
Expand Down
2 changes: 1 addition & 1 deletion src/qslib/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
Sequence,
Tuple,
Type,
TypeAlias,
TypeVar,
Union,
cast,
overload,
)
from typing_extensions import TypeAlias

import attr
import numpy as np
Expand Down

0 comments on commit 942f470

Please sign in to comment.