aiohttp-cors icon indicating copy to clipboard operation
aiohttp-cors copied to clipboard

CORS support for aiohttp

Results 55 aiohttp-cors issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.11.1 to 2.13.0. Release notes Sourced from pygments's releases. 2.13.0 Added lexers: COMAL-80 (#2180) JMESPath (#2174, #2175, #2179, #2182) Sql+Jinja (#2148) Updated lexers: Ada: support Ada 2022...

dependencies

Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.0 to 4.4.0. Release notes Sourced from selenium's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...

dependencies

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.4 to 0.9.5. Changelog Sourced from pytest-sugar's changelog. 0.9.5 (2022-07-10) ^^^^^^^^^^^^^^^^^^^ Fix distutils deprecation warning (thanks @​tgagor) Fix incompatibility with pytest-timeout (thanks @​graingert) Update pytest naming convention...

dependencies

Bumps [docutils](https://docutils.sourceforge.io/) from 0.18.1 to 0.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.18.1&new-version=0.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.4 to 3.25.1. Release notes Sourced from tox's releases. 3.25.1 What's Changed release 3.25.0 by @​gaborbernat in tox-dev/tox#2398 [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci in tox-dev/tox#2399 Adding APPDATA...

dependencies

Hello, if we use init CORS in main app not work in subapp ```Traceback (most recent call last): File aiohttp_cors/mixin.py", line 22, in get_request_config cors = request.app[APP_CONFIG_KEY] File aiohttp/web_app.py", line...

Hi, I have a tartiflette server with aiohttp_cors, here is my main file: ```python import asyncio import logging import os import sys from typing import Optional, Union import aiohttp_cors from...