Skip to content

Commit

Permalink
DOC: Add v1.93.3 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Oct 23, 2023
1 parent 74b5315 commit e63f980
Show file tree
Hide file tree
Showing 16 changed files with 262 additions and 226 deletions.
7 changes: 7 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ ignore:
reason: No fix available. Await eslint upgrade
expires: 2023-12-31T00:00:00.000Z
created: 2023-09-11T00:00:00.000Z

# Upgrade Sharp to 0.32.6 from 0.30.7 in Comicgen
SNYK-JS-SHARP-5922108:
- '*':
reason: Await comicgen upgrade
expires: 2023-12-31T00:00:00.000Z
created: 2023-10-24T00:00:00.000Z
4 changes: 2 additions & 2 deletions gramex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
gramex uninstall Uninstall an app
'''

__version__ = '1.93.2'
__version__ = '1.93.3'

paths = AttrDict() # Paths where configurations are stored
conf = AttrDict() # Final merged configurations
Expand Down Expand Up @@ -362,7 +362,7 @@ def gramex_update(url: str):
events = query('SELECT * FROM events')
logs = [dict(log, **meta) for log in events]

r = requests.post(url, data=json.dumps(logs))
r = requests.post(url, data=json.dumps(logs), timeout=30)
r.raise_for_status()
update = r.json()
server_version = update['version']
Expand Down
132 changes: 97 additions & 35 deletions gramex/apps/capture/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e63f980

Please sign in to comment.