hug icon indicating copy to clipboard operation
hug copied to clipboard

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.

Results 120 hug issues
Sort by recently updated
recently updated
newest added

There are small typos in: - FAQ.md - documentation/OUTPUT_FORMATS.md - hug/__init__.py - hug/route.py - hug/store.py - hug/types.py - tests/test_types.py Fixes: - Should read `backwards` rather than `backwords`. - Should read...

Please forgive the question, as I'm sure this is just a misunderstanding I have about CORS or Hug middleware... As I understand it, a request involving CORS is actually two...

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @​JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Has anyone got some sample code showing how to achieve this? Thanks

Hi, I have an API to return a CSV file with table contents with `output=hug.output_format.file` which works perfectly. However, I notice the file name is random. Is there a way...

When I build with python 3.10.2, I get following error: [ 12s] _________________________________ test_startup _________________________________ [ 12s] [ 12s] hug_api = [ 12s] [ 12s] def test_startup(hug_api): [ 12s] """Test...

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

I noticed an unusual behavior of HUG when sending data to the server through a requests.post() in AWS environment: - I create the body of the message by defining a...