ironflock 1.3.5__tar.gz → 1.3.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ironflock
3
- Version: 1.3.5
3
+ Version: 1.3.7
4
4
  Summary: IronFlock Python SDK for connecting to the IronFlock Platform
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -11,7 +11,7 @@ Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
12
  Provides-Extra: dev
13
13
  Provides-Extra: docs
14
- Requires-Dist: autobahn[asyncio,serialization] (==24.4.2)
14
+ Requires-Dist: autobahn[asyncio,serialization] (==25.10.2)
15
15
  Requires-Dist: mypy ; extra == "dev"
16
16
  Requires-Dist: pydantic (>=2.0.0)
17
17
  Requires-Dist: pydantic ; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ironflock"
3
- version = "1.3.5"
3
+ version = "1.3.7"
4
4
  description = "IronFlock Python SDK for connecting to the IronFlock Platform"
5
5
  authors = [
6
6
  {name = "Marko Petzold, IronFlock GmbH", email = "info@ironflock.com"}
@@ -13,7 +13,7 @@ classifiers = [
13
13
  "Intended Audience :: Developers",
14
14
  ]
15
15
  dependencies = [
16
- "autobahn[asyncio,serialization]==24.4.2",
16
+ "autobahn[asyncio,serialization]==25.10.2",
17
17
  "pydantic>=2.0.0"
18
18
  ]
19
19
 
@@ -7,4 +7,4 @@ __all__ = [
7
7
  "Stage"
8
8
  ]
9
9
 
10
- __version__ = "1.3.5"
10
+ __version__ = "1.3.7"
File without changes
File without changes