You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -268,10 +268,15 @@ See the httpx documentation for information about the [`proxies`](https://www.py
268
268
269
269
By default we will close the underlying HTTP connections whenever the client is [garbage collected](https://docs.python.org/3/reference/datamodel.html#object.__del__) is called but you can also manually close the client using the `.close()` method if desired, or with a context manager that closes when exiting.
270
270
271
-
## Status
271
+
## Versioning
272
272
273
-
This package is in beta. Its internals and interfaces are not stable and subject to change without a major semver bump;
274
-
please reach out if you rely on any undocumented behavior.
273
+
This package generally attempts to follow [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
274
+
275
+
1. Changes that only affect static types, without breaking runtime behavior.
276
+
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
277
+
3. Changes that we do not expect to impact the vast majority of users in practice.
278
+
279
+
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
275
280
276
281
We are keen for your feedback; please open an [issue](https://www.github.com/Finch-API/finch-api-python/issues) with questions, bugs, or suggestions.
0 commit comments