Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68c5cec

Browse filesBrowse files
authored
fix(deps): add packaging requirement (#300)
Add packaging requirement. packaging.version is used for a version comparison in transports/base.py and is needed after the upgrade to gapic-generator-python 0.46.3
1 parent 90ef156 commit 68c5cec
Copy full SHA for 68c5cec

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3333
"google-cloud-core >= 1.4.1, < 2.0dev",
3434
"proto-plus >= 1.11.0",
35+
"packaging >= 14.3",
3536
]
3637
extras = {}
3738

‎testing/constraints-3.6.txt

Copy file name to clipboardExpand all lines: testing/constraints-3.6.txt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
google-api-core==1.22.2
99
google-cloud-core==1.4.1
1010
proto-plus==1.11.0
11+
packaging==14.3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.