rb-commons 0.1.23__tar.gz → 0.1.24__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.
Files changed (24) hide show
  1. {rb_commons-0.1.23 → rb-commons-0.1.24}/PKG-INFO +3 -12
  2. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons.egg-info/PKG-INFO +3 -12
  3. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons.egg-info/requires.txt +1 -1
  4. {rb_commons-0.1.23 → rb-commons-0.1.24}/setup.py +2 -2
  5. {rb_commons-0.1.23 → rb-commons-0.1.24}/README.md +0 -0
  6. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/__init__.py +0 -0
  7. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/configs/__init__.py +0 -0
  8. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/configs/config.py +0 -0
  9. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/configs/injections.py +0 -0
  10. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/http/__init__.py +0 -0
  11. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/http/exceptions.py +0 -0
  12. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/orm/__init__.py +0 -0
  13. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/orm/exceptions.py +0 -0
  14. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/orm/managers.py +0 -0
  15. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/permissions/__init__.py +0 -0
  16. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/permissions/role_permissions.py +0 -0
  17. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/schemes/__init__.py +0 -0
  18. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/schemes/jwt.py +0 -0
  19. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/utils/__init__.py +0 -0
  20. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons/utils/media.py +0 -0
  21. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons.egg-info/SOURCES.txt +0 -0
  22. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons.egg-info/dependency_links.txt +0 -0
  23. {rb_commons-0.1.23 → rb-commons-0.1.24}/rb_commons.egg-info/top_level.txt +0 -0
  24. {rb_commons-0.1.23 → rb-commons-0.1.24}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: rb-commons
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: Commons of project and simplified orm based on sqlalchemy.
5
5
  Home-page: https://github.com/RoboSell-organization/rb-commons
6
6
  Author: Abdulvoris
@@ -12,20 +12,11 @@ Requires-Python: >=3.11
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: annotated-types==0.7.0
14
14
  Requires-Dist: greenlet==3.1.1
15
- Requires-Dist: pydantic==2.10.4
15
+ Requires-Dist: pydantic<3.0.0,>=1.7.4
16
16
  Requires-Dist: PyJWT==2.10.1
17
17
  Requires-Dist: python-dotenv==1.0.1
18
18
  Requires-Dist: SQLAlchemy==2.0.36
19
19
  Requires-Dist: fastapi<0.120.0,>=0.115.6
20
- Dynamic: author
21
- Dynamic: author-email
22
- Dynamic: classifier
23
- Dynamic: description
24
- Dynamic: description-content-type
25
- Dynamic: home-page
26
- Dynamic: requires-dist
27
- Dynamic: requires-python
28
- Dynamic: summary
29
20
 
30
21
  # RB-Commons
31
22
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: rb-commons
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: Commons of project and simplified orm based on sqlalchemy.
5
5
  Home-page: https://github.com/RoboSell-organization/rb-commons
6
6
  Author: Abdulvoris
@@ -12,20 +12,11 @@ Requires-Python: >=3.11
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: annotated-types==0.7.0
14
14
  Requires-Dist: greenlet==3.1.1
15
- Requires-Dist: pydantic==2.10.4
15
+ Requires-Dist: pydantic<3.0.0,>=1.7.4
16
16
  Requires-Dist: PyJWT==2.10.1
17
17
  Requires-Dist: python-dotenv==1.0.1
18
18
  Requires-Dist: SQLAlchemy==2.0.36
19
19
  Requires-Dist: fastapi<0.120.0,>=0.115.6
20
- Dynamic: author
21
- Dynamic: author-email
22
- Dynamic: classifier
23
- Dynamic: description
24
- Dynamic: description-content-type
25
- Dynamic: home-page
26
- Dynamic: requires-dist
27
- Dynamic: requires-python
28
- Dynamic: summary
29
20
 
30
21
  # RB-Commons
31
22
 
@@ -1,6 +1,6 @@
1
1
  annotated-types==0.7.0
2
2
  greenlet==3.1.1
3
- pydantic==2.10.4
3
+ pydantic<3.0.0,>=1.7.4
4
4
  PyJWT==2.10.1
5
5
  python-dotenv==1.0.1
6
6
  SQLAlchemy==2.0.36
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="rb-commons",
8
- version="0.1.23",
8
+ version="0.1.24",
9
9
  author="Abdulvoris",
10
10
  author_email="erkinovabdulvoris101@gmail.com",
11
11
  description="Commons of project and simplified orm based on sqlalchemy.",
@@ -22,7 +22,7 @@ setup(
22
22
  install_requires=[
23
23
  "annotated-types==0.7.0",
24
24
  "greenlet==3.1.1",
25
- "pydantic==2.10.4",
25
+ "pydantic>=1.7.4,<3.0.0",
26
26
  "PyJWT==2.10.1",
27
27
  "python-dotenv==1.0.1",
28
28
  "SQLAlchemy==2.0.36",
File without changes
File without changes