File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- gemd == 1.8.1
1+ gemd == 1.9.0
22requests == 2.25.1
33pyjwt == 1.7.1
44arrow == 0.15.4
Original file line number Diff line number Diff line change 2424 "requests>=2.25.1,<3" ,
2525 "pyjwt>=1.7.1,<2" ,
2626 "arrow>=0.15.4,<0.16" ,
27- "gemd>=1.8.1 ,<2" ,
27+ "gemd>=1.9.0 ,<2" ,
2828 "boto3>=1.17.93,<2" ,
2929 "botocore>=1.20.95,<2" ,
3030 "deprecation>=2.0.7,<3" ,
Original file line number Diff line number Diff line change 1- __version__ = '1.31.0 '
1+ __version__ = '1.31.1 '
Original file line number Diff line number Diff line change 1010from gemd .enumeration .base_enumeration import BaseEnumeration
1111from gemd .entity .link_by_uid import LinkByUID
1212from gemd .entity .dict_serializable import DictSerializable
13- from gemd .util .impl import _cached_isinstance as isinstance
13+ from gemd .util .impl import cached_isinstance as isinstance
1414
1515from citrine ._serialization .serializable import Serializable
1616from citrine ._serialization .polymorphic_serializable import PolymorphicSerializable
You can’t perform that action at this time.
0 commit comments