Andreas Motl
8b197ba361
CI: Improve test matrix configuration. Add macOS, both Intel and ARM.
2024-10-24 02:27:32 +02:00
Andreas Motl
e700aa2937
Chore: Update LICENSE file
...
GitHub wasn't able to discover the license (badge) from the LICENSE
file. Let's use a vanilla variant for Apache 2.0.
2024-10-24 02:27:32 +02:00
Andreas Motl
3894550642
Tests: Enable pytest options, increasing verbosity
...
That is to display test case names, not just dots that don't convey
much.
2024-10-24 02:27:32 +02:00
Andreas Motl
43fd041138
CI: Add PyPy to Python test matrix
2024-10-24 02:27:32 +02:00
Andreas Motl
363af5338d
CI: Properly verify package on Python 3.10, 3.11, and 3.12
2024-10-24 02:27:32 +02:00
Andreas Motl
55430a4366
Dependencies: Separate runtime vs. test vs. development definitions
2024-10-24 02:27:32 +02:00
kennethreitz
f7c6a3ae97
Docs: Update to jinja2<3.2, Dependabot admonitions versions <3.1.4 ( #528 )
...
## About
What the title says.
## Details
It's only about building static docs, so there is no danger for this
project. It's just a chore fix to properly dismiss the security warning
signalled by Dependabot.
## References
- https://github.com/kennethreitz/responder/security/dependabot/61
2024-10-23 19:38:02 -04:00
Andreas Motl
dcadba1425
Docs: Update to jinja2<3.2, Dependabot admonitions versions <3.1.4
2024-10-24 01:36:07 +02:00
kennethreitz
de08b15ae8
Docs: Minimally modernize Sphinx configuration. Fix building on Python 3.11. ( #526 )
...
## About
Just a little maintenance patch for the Sphinx docs, to minimally
modernize dependencies, and to fix the build [^1].
[^1]: [...] and to probe if any commit styles of mine (commit messages,
wording, whatever) need to be adjusted to comply with any policies
employed here.
2024-10-23 19:32:44 -04:00
kennethreitz
0cfca6d906
Merge branch 'main' into docs-dependencies
2024-10-23 19:30:17 -04:00
kennethreitz
a73e413a66
CI: Slightly update GHA configuration, now targeting branch main ( #527 )
...
## Problem
CI did not start on GH-526.
## Details
Also, add a configuration snippet to cancel redundant in-progress jobs,
in order to save resources. That means running jobs are terminated when
subsequently pushing to the same branch / updating the same PR,
DWIM-like.
2024-10-23 19:30:01 -04:00
Andreas Motl
87931a25d0
CI: Slightly update GHA configuration, now targeting branch main
...
Also, add a configuration snippet to cancel redundant in-progress jobs.
That means running jobs are terminated when subsequently pushing to the
same branch, in order to save resources.
2024-10-24 01:24:57 +02:00
Andreas Motl
1fd9a682dd
Docs: Fix broken links
2024-10-24 01:17:54 +02:00
Andreas Motl
5d3e650901
Docs: Update dependencies, fixing the build on Python 3.11
2024-10-24 01:13:22 +02:00
Andreas Motl
48d082e6a5
Docs: Use relaxed upper-bound dependency pinning for Sphinx dependencies
2024-10-24 01:04:38 +02:00
Andreas Motl
87e22481e8
Docs: Clean up docs/requirements.txt. It just needs Sphinx and friends.
2024-10-24 01:04:08 +02:00
Andreas Motl
e48ce6c301
Chore: Update .gitignore to ignore all virtualenvs
2024-10-24 01:02:25 +02:00
kennethreitz
e9613500da
Delete Pipfile ( #516 )
2024-03-31 10:56:22 -04:00
kennethreitz
c2943accd0
Delete Pipfile
2024-03-31 10:54:49 -04:00
kennethreitz
649a255657
remove files
2024-03-30 20:43:28 -04:00
kennethreitz
7eaaaaafe1
Add Flask to requirements.txt
2024-03-30 20:37:52 -04:00
kennethreitz
ae09b88978
Add typesystem==0.2.5 to requirements.txt
2024-03-30 20:37:05 -04:00
kennethreitz
e3e307fd68
Update uv pip install command to use --system flag
2024-03-30 20:36:10 -04:00
kennethreitz
89f0724029
Update test.yaml workflow
2024-03-30 20:31:20 -04:00
kennethreitz
bebe62adaf
Add apistar to requirements.txt
2024-03-30 20:28:08 -04:00
kennethreitz
eb9cddc8c2
Update dependency installation command
2024-03-30 20:27:30 -04:00
kennethreitz
7c19eca78a
Remove unused code and dependencies
2024-03-30 20:26:43 -04:00
kennethreitz
ed28b11d21
remove schema_doc.py
2024-03-30 20:21:38 -04:00
kennethreitz
46cdd4a245
Update GraphQL dependencies
2024-03-30 20:18:42 -04:00
kennethreitz
ac91b172e6
Add graphql_server to requirements.txt
2024-03-30 20:15:50 -04:00
kennethreitz
ed0da6d462
test
2024-03-30 20:14:26 -04:00
kennethreitz
555e9bff65
Add helloworld.py and update serve method in api.py
2024-03-30 20:11:42 -04:00
kennethreitz
bf43d9f202
Add graphene to required packages
2024-03-30 20:08:25 -04:00
kennethreitz
e239cc304d
Update Python versions in test.yaml
2024-03-30 20:06:05 -04:00
kennethreitz
3285bd57c7
Update python_requires to >=3.11
2024-03-30 20:05:53 -04:00
kennethreitz
3090fb9e68
Update branch name in GitHub Actions workflow
2024-03-30 20:03:52 -04:00
kennethreitz
e90bd24ebe
Update test.yaml, add Pipfile, and delete httpbin.py
2024-03-30 20:02:39 -04:00
kennethreitz
a0acc03a97
delete lint
2024-03-30 19:56:14 -04:00
kennethreitz
8a668e6efe
Update GitHub Actions workflow for Python testing
2024-03-30 19:55:56 -04:00
kennethreitz
4c75742e4d
Update Python versions and operating systems in test.yaml
2024-03-30 19:54:18 -04:00
kennethreitz
796fdc2ddf
Fix commented out code in test_responder.py
2024-03-30 19:48:57 -04:00
kennethreitz
a8caa3054b
Update API requests from GET to POST
2024-03-30 19:44:45 -04:00
kennethreitz
2ef9e133ad
Remove unused dependencies and update setup.py
2024-03-30 19:37:46 -04:00
kennethreitz
2ec570ad61
Refactor code by removing unused imports and properties
2024-03-30 19:35:12 -04:00
taoufik07
02aa338970
v2.0.7
v2.0.7
2021-01-08 09:27:53 +01:00
Taoufik
882250bd86
Merge pull request #450 from taoufik07/uvicron_extra_standard
...
Add uvicorn[extra]
2021-01-08 09:26:31 +01:00
taoufik07
3809eda2f2
Use uvicorn[standard]
2021-01-07 21:39:17 +01:00
Taoufik
b32eda70d2
Merge pull request #448 from taoufik07/taoufik07-patch-1
...
Add test for 3.9
2021-01-06 09:05:23 +01:00
taoufik07
f1b2f46a10
v2.0.6
v2.0.6
2021-01-06 09:02:42 +01:00
Taoufik
cf82dac4ad
Add test for 3.9
2021-01-06 08:58:58 +01:00