Commit Graph

12 Commits

Author SHA1 Message Date
Robbe Sneyders
a210917b46 Drop Python 3.7 in favor of 3.11 and 3.12 (#1752)
Python 3.7 is end of life. We should support the newer versions instead.

I also changed tox to only run against the minimum dependency versions
on the lowest Python version, since this should lead to the lowest
versions over all Python versions, and hopefully helps speed up our
pipelines :)
2023-10-23 23:11:06 +02:00
Robbe Sneyders
649c7ec75e Bump starlette (#1734)
Fixes https://github.com/spec-first/connexion/issues/1728
2023-10-06 15:46:03 +02:00
Ruwann
3fa9f3bf3d Bugfix/basepath (#1716)
Working towards #1709 

I think we're almost there, some tests I did are now working properly.

Would love to get some feedback/ideas on the implementation and the
tests :)
2023-07-01 11:08:21 +02:00
Robbe Sneyders
0c0c517cf6 Update quickstart documentation (#1701)
Contributes towards #1531

Updates the quickstart documentation for v3. I removed some more
detailed stuff that I don't think belongs on this page.
2023-05-09 22:22:52 +02:00
Marcin Lulek
fc1f0df05d Move from caret to inequality requirements (#1704)
Fixes # .
I want to use connexion with newer Starlette


Changes proposed in this pull request:

 - Loosen requirements on starlette version

---------

Co-authored-by: Robbe Sneyders <robbe.sneyders@ml6.eu>
2023-05-09 20:24:29 +02:00
Robbe Sneyders
cd64611747 Add explicit asgiref dependency (#1667)
We use `asgiref` as a direct dependency

ab94e2aaa6/connexion/decorators/main.py (L7)

So should add it explicitly as well.

This issue is hidden in our tests since we install all extras. To
prevent this, we need to address
https://github.com/spec-first/connexion/issues/1389.
2023-03-06 22:19:13 +01:00
Robbe Sneyders
db78b68062 Fix and extend v3 documentation (#1664) 2023-03-06 20:01:46 +01:00
Robbe Sneyders
7b7a57475b Bump a2wsgi and drop monkeypatch 2023-02-20 09:37:28 +01:00
Ruwann
e7d3ebe53f Bump starlette version (#1641)
Addresses
https://github.com/encode/starlette/security/advisories/GHSA-74m5-2c7w-9w3x
2023-02-17 09:02:28 +01:00
Robbe Sneyders
65bc8b9138 Leverage Starlette TestClient for both FlaskApp and AsyncApp tests 2023-02-15 00:48:40 +01:00
Robbe Sneyders
83e65fcae5 Bump httpx version to 0.23 to mitigate GHSA-h8pj-cxx2-jfg2 (#1632)
Fixes https://github.com/spec-first/connexion/security/dependabot/1
2023-02-11 17:16:49 +01:00
Robbe Sneyders
15e985e864 Introduce poetry (#1628) 2023-02-07 20:17:38 +01:00