httpstate 0.0.18__tar.gz → 0.0.19__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: httpstate
3
- Version: 0.0.18
3
+ Version: 0.0.19
4
4
  Summary: HTTPState, httpstate.com
5
5
  Author-email: "Alex Morales, HTTPState" <alex@httpstate.com>
6
6
  License-Expression: AGPL-3.0
@@ -9,7 +9,7 @@ Keywords: httpstate
9
9
  Classifier: Operating System :: OS Independent
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Requires-Python: >=3.10
12
- Requires-Dist: websockets>=16.0
12
+ Requires-Dist: websockets>=15.0
13
13
  Description-Content-Type: text/markdown
14
14
 
15
15
  # httpstate (python)
@@ -8,7 +8,7 @@ classifiers = [
8
8
  "Operating System :: OS Independent",
9
9
  "Programming Language :: Python :: 3"
10
10
  ]
11
- dependencies = ["websockets>=16.0"]
11
+ dependencies = ["websockets>=15.0"]
12
12
  description = "HTTPState, httpstate.com"
13
13
  keywords = ["httpstate"]
14
14
  license = "AGPL-3.0"
@@ -16,7 +16,7 @@ license-files = ["LICEN[CS]E*"]
16
16
  name = "httpstate"
17
17
  readme = "README.md"
18
18
  requires-python = ">=3.10"
19
- version = "0.0.18"
19
+ version = "0.0.19"
20
20
 
21
21
  [project.url]
22
22
  Homepage = "https://httpstate.com"
File without changes
File without changes
File without changes