-
We should come up with and document a general deprecation policy/timeline, to set expectations for feature deprecations/removal.
When we deprecate features, we should define a reasonable timeframe (w…
-
## 📝 Provide a description of the improvement
The only extension point of `LinkCommand` up to now for custom attributes are manual and automatic decorators. But they only provide boolean logic rath…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
When instantianting the djmoney.money.Money class it hints the type as `Any` when it should be `Money`. This prevents my code editor from presenting autocomplete suggestions as the type can't be infer…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Needs a UI to implement the Encryptor on web
-
I have tried writing a cache decorator (albeit with needing to define the cache data holder separately). However when running this, only external calls are accessing the decorated function - maybe be…
-
Dear Graham,
I have a simple decorator, which checks if Keywords are present -
It is a PEP561 Package, so type annotated - but I cant annotate for wrapt :
I tried a lot of different version…
-
### Describe the bug
The pure python mode of Cython is excellent, and should make it much easier to adopt cython code into Python codebases. However, there are a number of issues with the design choi…
-
Python doesn't natively support function overloading (like how C++ does), but imitates it with optional positional and keyword arguments. With the advent of the `typing.overload` decorator, we have th…