dapr-ext-fastapi-dev 1.14.0rc1.dev16__tar.gz → 1.14.0rc1.dev17__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.

Potentially problematic release.


This version of dapr-ext-fastapi-dev might be problematic. Click here for more details.

Files changed (14) hide show
  1. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/PKG-INFO +3 -3
  2. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr_ext_fastapi_dev.egg-info/PKG-INFO +3 -3
  3. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/setup.cfg +2 -2
  4. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/LICENSE +0 -0
  5. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/README.rst +0 -0
  6. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr/ext/fastapi/__init__.py +0 -0
  7. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr/ext/fastapi/actor.py +0 -0
  8. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr/ext/fastapi/app.py +0 -0
  9. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr/ext/fastapi/version.py +0 -0
  10. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr_ext_fastapi_dev.egg-info/SOURCES.txt +0 -0
  11. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr_ext_fastapi_dev.egg-info/dependency_links.txt +0 -0
  12. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr_ext_fastapi_dev.egg-info/requires.txt +0 -0
  13. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/dapr_ext_fastapi_dev.egg-info/top_level.txt +0 -0
  14. {dapr-ext-fastapi-dev-1.14.0rc1.dev16 → dapr-ext-fastapi-dev-1.14.0rc1.dev17}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dapr-ext-fastapi-dev
3
- Version: 1.14.0rc1.dev16
3
+ Version: 1.14.0rc1.dev17
4
4
  Summary: The developmental release for Dapr FastAPI extension.
5
5
  Home-page: https://dapr.io/
6
6
  Author: Dapr Authors
@@ -14,12 +14,12 @@ Classifier: Intended Audience :: Developers
14
14
  Classifier: License :: OSI Approved :: Apache Software License
15
15
  Classifier: Operating System :: OS Independent
16
16
  Classifier: Programming Language :: Python
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
- Requires-Python: >=3.8
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Requires-Python: >=3.9
23
23
  License-File: LICENSE
24
24
 
25
25
  This is the developmental release for Dapr FastAPI extension.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dapr-ext-fastapi-dev
3
- Version: 1.14.0rc1.dev16
3
+ Version: 1.14.0rc1.dev17
4
4
  Summary: The developmental release for Dapr FastAPI extension.
5
5
  Home-page: https://dapr.io/
6
6
  Author: Dapr Authors
@@ -14,12 +14,12 @@ Classifier: Intended Audience :: Developers
14
14
  Classifier: License :: OSI Approved :: Apache Software License
15
15
  Classifier: Operating System :: OS Independent
16
16
  Classifier: Programming Language :: Python
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
- Requires-Python: >=3.8
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Requires-Python: >=3.9
23
23
  License-File: LICENSE
24
24
 
25
25
  This is the developmental release for Dapr FastAPI extension.
@@ -10,17 +10,17 @@ classifiers =
10
10
  License :: OSI Approved :: Apache Software License
11
11
  Operating System :: OS Independent
12
12
  Programming Language :: Python
13
- Programming Language :: Python :: 3.8
14
13
  Programming Language :: Python :: 3.9
15
14
  Programming Language :: Python :: 3.10
16
15
  Programming Language :: Python :: 3.11
17
16
  Programming Language :: Python :: 3.12
17
+ Programming Language :: Python :: 3.13
18
18
  project_urls =
19
19
  Documentation = https://github.com/dapr/docs
20
20
  Source = https://github.com/dapr/python-sdk
21
21
 
22
22
  [options]
23
- python_requires = >=3.8
23
+ python_requires = >=3.9
24
24
  packages = find_namespace:
25
25
  include_package_data = True
26
26
  install_requires =