We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca694f commit 00c78afCopy full SHA for 00c78af
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## [0.1.1](https://github.com/bakdata/fastapi-jwks/releases/tag/0.1.1) - Release Date: [2024-11-07]
3
+
4
+#### Merged pull requests:
5
6
+- Loosen constraint for main dependencies Pydantic & FastAPI [#71](https://github.com/bakdata/fastapi-jwks/pull/71) ([@disrupted](https://github.com/disrupted))
7
8
9
10
11
## [0.1.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.1.0) - Release Date: [2024-10-29]
12
13
#### Merged pull requests:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-jwks"
-version = "0.1.0"
+version = "0.1.1"
description = ""
license = "MIT"
authors = ["bakdata"]
0 commit comments