Skip to content

Commit 3561a83

Browse files
committed
feat: replace authlib with joserfc
1 parent cb05638 commit 3561a83

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

base/dirac_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- dominate
2020
- fts3
2121
- importlib-metadata
22+
- joserfc
2223
- m2crypto >=0.38.0
2324
- packaging
2425
- pexpect
@@ -30,7 +31,6 @@ dependencies:
3031
- pytz
3132
- rucio-clients >=34.4.2
3233
- sqlalchemy
33-
- authlib
3434
- pyjwt
3535
# For diracx-client
3636
- azure-core

base/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- authlib
87
- cachetools
98
# Needed because coverage runs inside the image
109
# when doing the integration tests
@@ -13,6 +12,7 @@ dependencies:
1312
- git
1413
- gitpython
1514
- httpx
15+
- joserfc
1616
- pip
1717
- pydantic >=2
1818
- pydantic-settings

services-base/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- authlib
87
- aiomysql
98
- aiosqlite
109
- email-validator
1110
- fastapi
1211
- isodate
12+
- joserfc
1313
- opensearch-py
1414
- pyjwt
1515
- coverage

0 commit comments

Comments
 (0)