skillcorner 2.3.2__tar.gz → 2.3.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.1
2
2
  Name: skillcorner
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Python client for interact with SkillCorner API
5
5
  Home-page: https://skillcorner.com/
6
6
  Author: Skillcorner
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.9
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Dist: fitrequest (>=0.8.0,<0.9.0)
14
+ Requires-Dist: fitrequest (>=0.8.1,<0.9.0)
15
15
  Requires-Dist: orjson (>=3.9.10,<4.0.0)
16
16
  Project-URL: Documentation, https://skillcorner.readthedocs.io/en/latest/
17
17
  Project-URL: Repository, https://gitlab.com/public-corner/skillcorner
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "skillcorner"
3
- version = "2.3.2"
3
+ version = "2.3.3"
4
4
  description = "Python client for interact with SkillCorner API"
5
5
  homepage = "https://skillcorner.com/"
6
6
  repository = "https://gitlab.com/public-corner/skillcorner"
@@ -10,7 +10,7 @@ readme = "README.md"
10
10
 
11
11
  [tool.poetry.dependencies]
12
12
  python = "^3.8"
13
- fitrequest = ">=0.8.0,<0.9.0"
13
+ fitrequest = ">=0.8.1,<0.9.0"
14
14
  orjson = "^3.9.10"
15
15
 
16
16
  [tool.poetry.group.dev.dependencies]
File without changes
File without changes