Skip to content

Commit

Permalink
Merge pull request #1 from diegoquintanav/fix/upgrade-dependencies
Browse files Browse the repository at this point in the history
fix/upgrade dependencies

upgrades python version to 3.10.5
upgrades dependencies to their latest versions

this is needed because of pinned httpx version is outdated and TestClient breaks starlette and FastAPI

references

encode/starlette#1376
tiangolo/fastapi#5471
tiangolo/fastapi#5749
  • Loading branch information
diegoquintanav committed Jan 9, 2023
2 parents ccd9c21 + a1c815e commit d7009ae
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 378 deletions.
7 changes: 2 additions & 5 deletions README.md
@@ -1,7 +1,6 @@

# Datadis

Python client for https://datadis.es
Python client for <https://datadis.es>

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![Semantic Release](https://github.com/MrMarble/datadis/actions/workflows/release.yml/badge.svg)](https://github.com/MrMarble/datadis/actions/workflows/release.yml)
Expand All @@ -16,7 +15,7 @@ From [PyPi](https://pypi.org/project/datadis/)
```bash
pip install datadis
```

## Usage/Examples

```python
Expand All @@ -42,5 +41,3 @@ supplies = asyncio.run(get_supplies(token))
# }
#]
```


0 comments on commit d7009ae

Please sign in to comment.