dnsimple-python icon indicating copy to clipboard operation
dnsimple-python copied to clipboard

The DNSimple API client for Python.

Results 18 dnsimple-python issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. Changelog Sourced from pip's changelog. 22.3 (2022-10-15) Deprecations and Removals Deprecate --install-options which forces pip to use the deprecated install...

task
dependencies

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v65.5.0 Changes ^^^^^^^ #3624: Fixed editable install for multi-module/no-package src-layout projects. #3626: Minor refactorings to...

task
dependencies

Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.22.0. Release notes Sourced from responses's releases. 0.22.0 Update requests dependency to the version of 2.22.0 or higher. See #584. [BETA] Added possibility to record...

task
dependencies

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.3.0 to 4.4.0. Changelog Sourced from typing-extensions's changelog. Release 4.4.0 (October 6, 2022) Add typing_extensions.Any a backport of python 3.11's Any class which is subclassable at runtime....

task
dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.4 to 6.5.0. Changelog Sourced from coverage's changelog. Version 6.5.0 — 2022-09-29 The JSON report now includes details of which branches were taken, and which are missing...

task
dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24. Commits 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.9.24)](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...

task
dependencies

See https://github.com/dnsimple/dnsimple-developer/issues/315 for reference In this PR: - Add `alias_email` and `destination_email` fields to `EmailForward` - Deprecate `email_from` and `email_to` fields in `EmailForward - Align `EmailForwardInput` constructor param names with...

enhancement

Hey, when trying to create a record at the apex I get a 400: ``` Reason: Bad Request HTTP response body: {"message":"Validation failed","errors":{"name":["can't be null"]}} ``` Here is the code:...

bug