Skip to content

Commit

Permalink
requirements: Unpin very old importlib-metadata
Browse files Browse the repository at this point in the history
It's unclear that importlib-metadata needs to be pinned in
`requirements.in`, as it's a core package we don't use directly.
This pin of a very old version is causing issues with trying to use
newer versions of libraries in TSG/datastore.

It appears that no other ODSC or TSG project pins this package in their
`requirements.in` files, so I think this unpin should be safe.
  • Loading branch information
R2ZER0 committed Jan 23, 2024
1 parent f9361e3 commit beb8ad6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ requests[socks]

# Compatibility with CoVE
attrs>=20.3.0
importlib-metadata==1.7.0
openpyxl==2.6.4
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ idna==3.3
# via requests
ijson==3.1.4
# via flattentool
importlib-metadata==1.7.0
# via -r requirements.in
jdcal==1.4.1
# via openpyxl
jsonref==0.2
Expand Down Expand Up @@ -82,8 +80,6 @@ zc-zlibstorage==1.2.0
# via flattentool
zconfig==3.6.0
# via zodb
zipp==3.6.0
# via importlib-metadata
zodb==5.6.0
# via
# flattentool
Expand Down

0 comments on commit beb8ad6

Please sign in to comment.