@planqk/planqk-api-sdk 1.3.5 → 1.3.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planqk/planqk-api-sdk",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "SDK to interact with the official PLANQK API.",
5
5
  "author": "Kipu Quantum GmbH",
6
6
  "contributors": [
@@ -1 +1 @@
1
- __version__ = "1.3.5"
1
+ __version__ = "1.3.6"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "planqk-api-sdk"
3
- version = "1.3.5"
3
+ version = "1.3.6"
4
4
  description = "SDK to interact with the official PLANQK API."
5
5
  authors = [
6
6
  { name = "Kipu Quantum GmbH", email = "info@kipu-quantum.com" },
package/uv.lock CHANGED
@@ -594,7 +594,7 @@ wheels = [
594
594
 
595
595
  [[package]]
596
596
  name = "planqk-api-sdk"
597
- version = "1.3.1"
597
+ version = "1.3.5"
598
598
  source = { editable = "." }
599
599
  dependencies = [
600
600
  { name = "authlib" },