Skip to content

Commit

Permalink
#188067891 : Use latest base sdk - refresh connection pool on connect…
Browse files Browse the repository at this point in the history
…ion error (#34)
  • Loading branch information
praves77 authored Oct 8, 2024
1 parent 6cf438a commit 81fe376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion moesifasgi/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def schedule_config_job(self):

def initialize_config(self):
Configuration.BASE_URI = self.settings.get("BASE_URI", "https://api.moesif.net")
Configuration.version = 'moesifasgi-python/1.0.7'
Configuration.version = 'moesifasgi-python/1.0.8'
self.LOG_BODY = self.settings.get("LOG_BODY", True)

self.app_config = AppConfig()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nose>=1.3.7
moesifapi>=1.5.0
moesifapi>=1.5.1
moesifpythonrequest>=0.3.3
starlette>=0.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.7',
version='1.0.8',

description='Moesif Middleware for Python ASGI based platforms (FastAPI & Others)',
long_description=long_description,
Expand Down

0 comments on commit 81fe376

Please sign in to comment.