Commit f9dc2d6
Fix deprecation warning for sqlalchemy 1.4 (GoogleCloudPlatform#5834)
Calling URL() directly is deprecated and will be disabled in a future release. The public constructor for URL is now the URL.create() method.
Fixed "# Equivalent URL:" example typo.
Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
Co-authored-by: Shubha Rajan <shubhadayini@google.com>1 parent 41f21fe commit f9dc2d6
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments