aioe621 0.2.2__tar.gz → 0.2.3__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.3
2
2
  Name: aioe621
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A simple asynchronous httpx+pydantic wrapper over the E621's API
5
5
  Keywords: async,httpx,e621
6
6
  Author: penggrin12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aioe621"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "A simple asynchronous httpx+pydantic wrapper over the E621's API"
5
5
  license = { file = "LICENSE" }
6
6
  readme = "README.md"
@@ -32,7 +32,7 @@ class PreviewFile(BaseFile):
32
32
 
33
33
 
34
34
  class VideoAlternate(APIModel):
35
- fps: int
35
+ fps: float
36
36
  codec: str
37
37
  size: int
38
38
  width: int
File without changes
File without changes
File without changes
File without changes
File without changes