File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ and this project adheres to
2323- Widen query type from ` Query ` to ` AbstractQuery ` to accept ` RawQuery ` directly
2424- Updated l9format requirement from =1.3.2 to =1.4.0 ([ ae676d9] )
2525- Updated l9format requirement from =1.4.0 to =2.0.0 ([ df916e5] , [ #68 ] )
26+ - Updated l9format requirement from =2.0.0 to =2.0.1 ([ 5764b2f] , [ #74 ] )
2627
2728### Fixed
2829
@@ -81,6 +82,7 @@ and this project adheres to
8182[ 0.1.9 ] : https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
8283
8384<!-- Commit links -->
85+ [ 5764b2f ] : https://github.com/LeakIX/LeakIXClient-Python/commit/5764b2f
8486[ cfa8b6c ] : https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c
8587[ 6b9a3db ] : https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
8688[ d111628 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/d111628
@@ -104,3 +106,4 @@ and this project adheres to
104106[ #42 ] : https://github.com/LeakIX/LeakIXClient-Python/issues/42
105107[ #68 ] : https://github.com/LeakIX/LeakIXClient-Python/pull/68
106108[ #72 ] : https://github.com/LeakIX/LeakIXClient-Python/pull/72
109+ [ #74 ] : https://github.com/LeakIX/LeakIXClient-Python/pull/74
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ requires-python = ">=3.11"
1010dependencies = [
1111 " requests" ,
1212 " httpx>=0.28.0" ,
13- " l9format==2.0.0 " ,
13+ " l9format==2.0.1 " ,
1414 " fire>=0.5,<0.8" ,
1515]
1616
You can’t perform that action at this time.
0 commit comments