wmill 1.382.2__tar.gz → 1.383.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wmill
3
- Version: 1.382.2
3
+ Version: 1.383.1
4
4
  Summary: A client library for accessing Windmill server wrapping the Windmill client API
5
5
  Home-page: https://windmill.dev
6
6
  License: Apache-2.0
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.8
14
14
  Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
- Requires-Dist: httpx (>=0.24,<0.25)
17
+ Requires-Dist: httpx (>=0.24)
18
18
  Project-URL: Documentation, https://windmill.dev
19
19
  Description-Content-Type: text/markdown
20
20
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wmill"
3
- version = "1.382.2"
3
+ version = "1.383.1"
4
4
  description = "A client library for accessing Windmill server wrapping the Windmill client API"
5
5
  license = "Apache-2.0"
6
6
  homepage = "https://windmill.dev"
@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
16
16
 
17
17
  [tool.poetry.dependencies]
18
18
  python = "^3.7"
19
- httpx = "^0.24"
19
+ httpx = ">=0.24"
20
20
 
21
21
  [build-system]
22
22
  requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes