Skip to content

Commit

Permalink
chore: revert typeguard back to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JEPooley committed May 17, 2023
1 parent 6ce360c commit 7ca04b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
geojson~=3.0.1
requests~=2.25.0
typeguard~=4.0.0
typeguard~=2.13.0
shapely~=2.0.0
tqdm~=4.65.0
setuptools~=67.7.2
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ url = https://github.com/OrdnanceSurvey/osdatahub
[options]
include_package_data = True
install_requires =
geojson~=2.5.0
geojson~=3.0.1
requests~=2.25.0
typeguard~=2.13.0
shapely~=1.8.0
tqdm~=4.62.3
shapely~=2.0.0
tqdm~=4.65.0
setuptools~=67.7.2
python_requires = >=3.7
package_dir=
=src
Expand Down

0 comments on commit 7ca04b8

Please sign in to comment.