diff --git a/.fern/metadata.json b/.fern/metadata.json deleted file mode 100644 index 62d0ad63..00000000 --- a/.fern/metadata.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "cliVersion": "3.24.3", - "generatorName": "fernapi/fern-python-sdk", - "generatorVersion": "4.46.2", - "generatorConfig": { - "client": { - "class_name": "Auth0" - }, - "package_path": "management", - "enable_wire_tests": true, - "pydantic_config": { - "use_provided_defaults": true - } - } -} \ No newline at end of file diff --git a/.fernignore b/.fernignore index f6a9b1b4..05428e3e 100644 --- a/.fernignore +++ b/.fernignore @@ -1,5 +1,8 @@ # Specify files that shouldn't be modified by Fern +# Fern metadata +.fern/ + # ManagementClient wrapper src/auth0/management/management_client.py src/auth0/management/token_provider.py @@ -23,5 +26,15 @@ poetry.lock requirements.txt README.md .gitignore -.github/workflows/ci.yml .version + +# Configuration files +.codecov.yml +.readthedocs.yaml +.semgrepignore +.shiprc +.snyk +LICENSE + +# GitHub workflows and configuration +.github/ diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml index 31e6efa5..7708be16 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -13,7 +13,7 @@ body: attributes: label: Checklist options: - - label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. + - label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer. required: true - label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer. required: true diff --git a/.github/ISSUE_TEMPLATE/Feature Request.yml b/.github/ISSUE_TEMPLATE/Feature Request.yml index 92745c12..715f3056 100644 --- a/.github/ISSUE_TEMPLATE/Feature Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature Request.yml @@ -8,7 +8,7 @@ body: attributes: label: Checklist options: - - label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. + - label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer. required: true - label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer. required: true