dapr-ext-fastapi-dev 1.14.0rc1.dev22__tar.gz → 1.15.0.dev24__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.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/PKG-INFO +1 -1
  2. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr/ext/fastapi/version.py +1 -1
  3. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr_ext_fastapi_dev.egg-info/PKG-INFO +1 -1
  4. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr_ext_fastapi_dev.egg-info/requires.txt +1 -1
  5. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/setup.cfg +1 -1
  6. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/LICENSE +0 -0
  7. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/README.rst +0 -0
  8. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr/ext/fastapi/__init__.py +0 -0
  9. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr/ext/fastapi/actor.py +0 -0
  10. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr/ext/fastapi/app.py +0 -0
  11. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr_ext_fastapi_dev.egg-info/SOURCES.txt +0 -0
  12. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr_ext_fastapi_dev.egg-info/dependency_links.txt +0 -0
  13. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/dapr_ext_fastapi_dev.egg-info/top_level.txt +0 -0
  14. {dapr-ext-fastapi-dev-1.14.0rc1.dev22 → dapr-ext-fastapi-dev-1.15.0.dev24}/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.dev22
3
+ Version: 1.15.0.dev24
4
4
  Summary: The developmental release for Dapr FastAPI extension.
5
5
  Home-page: https://dapr.io/
6
6
  Author: Dapr Authors
@@ -13,4 +13,4 @@ See the License for the specific language governing permissions and
13
13
  limitations under the License.
14
14
  """
15
15
 
16
- __version__ = '1.14.0rc1.dev'
16
+ __version__ = '1.15.0.dev'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dapr-ext-fastapi-dev
3
- Version: 1.14.0rc1.dev22
3
+ Version: 1.15.0.dev24
4
4
  Summary: The developmental release for Dapr FastAPI extension.
5
5
  Home-page: https://dapr.io/
6
6
  Author: Dapr Authors
@@ -1,3 +1,3 @@
1
- dapr-dev>=1.13.0rc1.dev
1
+ dapr-dev>=1.15.0.dev
2
2
  uvicorn>=0.11.6
3
3
  fastapi>=0.60.1
@@ -24,7 +24,7 @@ python_requires = >=3.9
24
24
  packages = find_namespace:
25
25
  include_package_data = True
26
26
  install_requires =
27
- dapr-dev >= 1.13.0rc1.dev
27
+ dapr-dev >= 1.15.0.dev
28
28
  uvicorn >= 0.11.6
29
29
  fastapi >= 0.60.1
30
30