saleor-app-framework-python icon indicating copy to clipboard operation
saleor-app-framework-python copied to clipboard

Python Saleor App/Extension boilerplate. Batteries included.

Results 13 saleor-app-framework-python issues
Sort by recently updated
recently updated
newest added

I am trying to run the framework but it seems that even after following the documentation to the end it does not work. I have saleor configured on a docker...

Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=certifi&package-manager=pip&previous-version=2022.9.14&new-version=2022.12.7)](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...

dependencies

I want to merge this change because it fixes `require_permission` dependency.

## Why the change ### Schema documentation FastAPI being tied to OAS should have apps built with it describing the API appropriately. The previous usage of simple deps was not...

Saleor v4 will be deprecating `x-saleor-*` headers, using only `saleor-*` in its requests. We are using those headers in places like this: https://github.com/saleor/saleor-app-framework-python/blob/7329447529f03f6067ef390d080a0f930d98eb5f/src/saleor_app/deps.py#L16 Source: [Saleor Integration Docs](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks#headers)

Hi Saleor Team, I managed to add `appUrl` in the manifest so `python3 -m simple_app` would work. The problem next is the server returns 404. Anything I could have missed?...