duffel-api-python
duffel-api-python copied to clipboard
Python client library for the Duffel API
**Is your feature request related to a problem?** I'm often frustrated when I need to search for flights within a specific departure date rather than on a range of dates....
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.4.3. Changelog Sourced from coverage's changelog. Version 7.4.3 — 2024-02-23 Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration."...
Hello. I am trying to use the python library in one of my apps. However, it throws an error if I provide any parameter other than departure_date, destination and origin....
Bumps [black](https://github.com/psf/black) from 23.12.0 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. Commits 88a4f9b Release 7.0.0 6f3a60d Merge pull request #1906 from PyCQA/upgrade-pyflakes cde8570 upgrade pyflakes to 3.2.x 2ab9d76 Merge pull request #1903 from PyCQA/pre-commit-ci-update-config e27611f...
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.1.0 to 3.2.0. Changelog Sourced from pyflakes's changelog. 3.2.0 (2024-01-04) Add support for *T (TypeVarTuple) and **P (ParamSpec) in PEP 695 annotations. Commits 881ed2f Release 3.2.0 ee2bef4...
Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 23.2.0. Commits See full diff in compare view [](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...
**Is your feature request related to a problem? Please describe.** There is no problem involved with this issue, its only a codebase suggestion. **Additional context** Maintaining data parsing and validation...
Hello i got a problem in duffel.offers.list() call because it take almost 11 sec to give data. i explain the scenario first user create offer request with all required data...
**Is your feature request related to a problem? Please describe.** The issue is that many (most?) modern python web frameworks are working in an asynchronous fashion ([ASGI](https://asgi.readthedocs.io/en/latest/)). The current API...