qctrl-client 17.0.0__tar.gz → 17.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/PKG-INFO +2 -2
  2. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/pyproject.toml +2 -2
  3. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/LICENSE +0 -0
  4. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/README.md +0 -0
  5. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/__init__.py +0 -0
  6. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/__init__.py +0 -0
  7. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/api_key.py +0 -0
  8. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/base.py +0 -0
  9. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/cli.py +0 -0
  10. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/constants.py +0 -0
  11. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/helpers.py +0 -0
  12. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/keycloak.py +0 -0
  13. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/mixins.py +0 -0
  14. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/oidc.py +0 -0
  15. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/password.py +0 -0
  16. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/redirect_listener.py +0 -0
  17. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/service_account.py +0 -0
  18. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/token_exchange.py +0 -0
  19. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/client.py +0 -0
  20. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/consistency_headers.py +0 -0
  21. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/defaults.py +0 -0
  22. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/exceptions.py +0 -0
  23. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/globals.py +0 -0
  24. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/py.typed +0 -0
  25. {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/pytest_plugin.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qctrl-client
3
- Version: 17.0.0
3
+ Version: 17.0.1
4
4
  Summary: Q-CTRL Client
5
5
  License: https://q-ctrl.com/terms
6
6
  Keywords: black opal,boulder opal,fire opal,ironstone opal,nisq,open controls,q control,q ctrl,q-control,q-ctrl,qcontrol,qctrl,quantum,quantum algorithms,quantum circuits,quantum coding,quantum coding software,quantum computing,quantum control,quantum control software,quantum control theory,quantum engineering,quantum error correction,quantum firmware,quantum fundamentals,quantum navigation,quantum sensing,qubit,qudit
@@ -8,7 +8,7 @@ Author: Q-CTRL
8
8
  Author-email: support@q-ctrl.com>
9
9
  Maintainer: Q-CTRL
10
10
  Maintainer-email: support@q-ctrl.com>
11
- Requires-Python: >=3.10, <3.14
11
+ Requires-Python: >=3.10, <3.15
12
12
  Classifier: Development Status :: 5 - Production/Stable
13
13
  Classifier: Environment :: Console
14
14
  Classifier: Intended Audience :: Developers
@@ -1,8 +1,8 @@
1
1
  [project]
2
2
  name = "qctrl-client"
3
3
  description = "Q-CTRL Client"
4
- requires-python = ">=3.10, <3.14"
5
- version = "17.0.0"
4
+ requires-python = ">=3.10, <3.15"
5
+ version = "17.0.1"
6
6
  license = "https://q-ctrl.com/terms"
7
7
  readme = "README.md"
8
8
  authors = [
File without changes
File without changes